Skip to content

Commit

Permalink
removed coverage from test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKamuk committed May 23, 2024
1 parent 1ebe900 commit 0e96e88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
coverage run -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m
run -m pytest -v -s

0 comments on commit 0e96e88

Please sign in to comment.