Skip to content

Commit 2756799

Browse files
committed
👷🏼Added codecov.yml file
1 parent 8da6490 commit 2756799

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
- name: Run tests
5858
run: |
5959
source .venv/bin/activate
60-
pytest tests/
61-
coverage report
60+
pytest --cov
6261
- name: Upload coverage to Codecov
6362
uses: codecov/codecov-action@v3
6463
env:

codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "*/tests/*"

0 commit comments

Comments
 (0)