We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5283291 commit 04ece19Copy full SHA for 04ece19
.github/workflows/test-package.yml
@@ -42,8 +42,9 @@ jobs:
42
pre-commit run --all-files --show-diff-on-failure --verbose
43
44
- name: Run tests
45
+ shell: bash
46
run: |
- coverage run --append --source=fontbro -m unittest discover -s tests -t .
47
+ coverage run --append --source=fontbro -m unittest
48
coverage report --show-missing
49
coverage xml -o ./coverage.xml
50
0 commit comments