Skip to content

Commit

Permalink
👷🏼Added codecov.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
drearondov committed Oct 27, 2023
1 parent 8da6490 commit 2756799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest tests/
coverage report
pytest --cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "*/tests/*"

0 comments on commit 2756799

Please sign in to comment.