Skip to content

Commit

Permalink
Fix codecov CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Sep 6, 2024
1 parent 3d61f13 commit c9235d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
version: v0.7.3
fail_ci_if_error: false
verbose: true

Expand Down Expand Up @@ -126,6 +127,7 @@ jobs:
# - name: Upload coverage report
# uses: codecov/codecov-action@v3
# with:
# version: v0.7.3
# fail_ci_if_error: false
# verbose: true

Expand Down Expand Up @@ -176,5 +178,6 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
version: v0.7.3
fail_ci_if_error: false
verbose: true

0 comments on commit c9235d8

Please sign in to comment.