Skip to content

Commit 95161d4

Browse files
added codecov report to workflow
1 parent fe2271b commit 95161d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pythontests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
run: pip install -e .
3434
- name: Run tests and generate coverage report
3535
run: |
36-
python -m unittest discover -s testing/ -p "*_test.py"
36+
coverage run -m unittest discover -s testing/ -p "*_test.py"
3737
- name: Upload coverage to Codecov
3838
uses: codecov/codecov-action@v1
3939
with:
40-
flags: no-planners
4140
name: codecov-report
4241
fail_ci_if_error: false

0 commit comments

Comments
 (0)