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 5, 2024
1 parent ee0e7ab commit b549c2c
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 @@ -71,6 +71,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 @@ -125,6 +126,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 @@ -183,5 +185,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 b549c2c

Please sign in to comment.