Skip to content

Commit

Permalink
Revert to CodeCov 3 For Now (#64)
Browse files Browse the repository at this point in the history
# Revert to CodeCov 3 For Now

## ⚙️ Release Notes 
- See codecov/codecov-action#1367 for more
details. Unfortunately we have not received any response from the
codecov team so far; we will investigate other tools and solutions in
the meantime or see if we can somehow contribute to codecov to support
them.


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).

---------

Signed-off-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
PSchmiedmayer authored Apr 17, 2024
1 parent fc52d4c commit 7c7c491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-and-upload-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
xcrun xcresulttool merge ${{ inputs.coveragereports }} --output-path CodeCoverage.xcresult
rm -rf ${{ inputs.coveragereports }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-test-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run the tests
run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit 7c7c491

Please sign in to comment.