Skip to content

Commit

Permalink
Fix GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Jan 11, 2023
1 parent d0193cb commit f7519ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: poetry run pylint src/pynguin

- name: Check docstrings with darglint
run: poetry run darglint -v 2 pynguin/**/*.py
run: poetry run darglint -v 2 src/pynguin/**/*.py

- name: Run tests
run: poetry run pytest --cov=src --cov=tests --cov-branch --cov-report=term-missing tests/

0 comments on commit f7519ea

Please sign in to comment.