Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
ottolote committed May 31, 2024
1 parent d57cb7b commit bc263e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install .
- name: Run tests
run: pytest .
run: coverage run -m pytest

- name: Make coverage report
run: coverage xml
Expand Down

0 comments on commit bc263e3

Please sign in to comment.