Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Apr 13, 2024
1 parent 54c43ac commit b56656c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
run: pytest --cov=template --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ secrets.CODECOV_TOKEN }} != ''
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit b56656c

Please sign in to comment.