Skip to content

Commit

Permalink
Remove duplicate codecov action
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Waltlova <[email protected]>
  • Loading branch information
andywaltlova committed Jun 28, 2024
1 parent e6dfb7b commit b56dc26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Test
run: python -m pytest --cov --cov-report=xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true # optional (default = false)

- name: Upload coverage to Codecov
id: UploadFirstAttempt
continue-on-error: true
Expand Down

0 comments on commit b56dc26

Please sign in to comment.