Skip to content

Commit

Permalink
Attempt to fix codecov unknown badge
Browse files Browse the repository at this point in the history
Following codecov advice, even though its supposed to work without tokens for public repos
  • Loading branch information
al-obrien committed Oct 31, 2023
1 parent e1e7047 commit ff45c53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ff45c53

Please # to comment.