Skip to content

Commit

Permalink
- Reduced duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 19, 2024
1 parent 69f6487 commit d58eb75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,3 @@ jobs:

- name: Check code coverage with Pytest
run: pytest --cov=. -v tests/ --cov-fail-under=80

- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage_overall.xml

0 comments on commit d58eb75

Please sign in to comment.