Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 10, 2023
1 parent 095bf02 commit 4dfa57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Run tests over built images
run: |
pytest
pytest --cov=pieces --cov-report=xml --cov-report=term-missing --cov-fail-under=100
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.4.3
pandas==2.1.2
pytest-cov==4.1.0

0 comments on commit 4dfa57b

Please sign in to comment.