Skip to content

Commit

Permalink
correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Sep 16, 2024
1 parent bf1a876 commit 0b9dd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Run tests coverage
run: |
poetry run pytest
poetry run coverage run -m pytest
poetry run coverage report
poetry run coverage xml
Expand Down
2 changes: 1 addition & 1 deletion coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="7.6.1" timestamp="1726486830224" lines-valid="298" lines-covered="278" line-rate="0.9329" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="7.6.1" timestamp="1726489149807" lines-valid="298" lines-covered="278" line-rate="0.9329" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.1 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down

0 comments on commit 0b9dd17

Please sign in to comment.