Skip to content

Commit 59e0620

Browse files
committed
delete displaying cov-report
1 parent 4f6ef6f commit 59e0620

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
run: |
5050
poetry run pytest --cov --cov-report=xml
5151
52-
- name: Show coverage report
53-
run: |
54-
cat coverage.xml
55-
5652
- name: Upload coverage to Codecov
5753
uses: codecov/codecov-action@v3.1.1
5854
with:

0 commit comments

Comments
 (0)