We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe057a commit f80e688Copy full SHA for f80e688
1 file changed
.github/workflows/tests.yml
@@ -31,5 +31,5 @@ jobs:
31
32
- name: Run tests with pytest
33
run: |
34
- pytest --cov=CandyCrunch -vs
+ pytest --cov=candycrunch -vs
35
0 commit comments