Skip to content

Commit

Permalink
don't run codecov/codecov-action@v4 until if/when we get a token
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jul 19, 2024
1 parent 1857f73 commit 288a73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
shell: Rscript {0}

- uses: codecov/codecov-action@v4
if: false
with:
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
Expand Down

0 comments on commit 288a73b

Please sign in to comment.