Skip to content

Commit 5098382

Browse files
author
Charles Larivier
committed
fix: update coverage directory
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent 09bec78 commit 5098382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Test with pytest
5050
run: |
51-
pipenv run pytest --cov=./ --cov-report=xml
51+
pipenv run pytest --cov=./coverage/reports/ --cov-report=xml
5252
5353
- name: Upload coverage to Codecov
5454
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)