Skip to content

Commit aaed099

Browse files
committed
fix tests
1 parent e6cfb0b commit aaed099

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,4 @@ jobs:
2727
- name: Unit tests
2828
run: |
2929
poetry run coverage run -m pytest -vv
30-
poetry run coverage xml
3130
32-
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v1
34-
with:
35-
flags: ${{ matrix.python-version }}
36-
fail_ci_if_error: true
37-
file: ./coverage.xml
38-
verbose: true

0 commit comments

Comments
 (0)