Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Aug 18, 2022
1 parent fe16db4 commit 19b6a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Lint via pylint
run: python -m pylint --disable=C0103 --output-format=text ${REPO_NAME}
- name: Test via pytest
run: python -m pytest --cov=./${REPO_NAME}/ --cov-report xml
run: python -m pytest --verbose --cov=./${REPO_NAME}/ --cov-report xml
- name: Coverage via Coveralls
run: |
python -m pip install coveralls
Expand Down

0 comments on commit 19b6a2d

Please sign in to comment.