Skip to content

Commit 6b86cd2

Browse files
committed
Remove code coverage upload
1 parent 9b0aa64 commit 6b86cd2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ jobs:
4646
run: |
4747
poetry run pytest --cov=postmark --cov-report=xml --cov-report=term
4848
49-
- name: Upload coverage to Codecov
50-
if: matrix.python-version == '3.11'
51-
uses: codecov/codecov-action@v3
52-
with:
53-
file: ./coverage.xml
54-
fail_ci_if_error: true
55-
5649
lint:
5750
runs-on: ubuntu-latest
5851

0 commit comments

Comments
 (0)