Skip to content

Commit

Permalink
Attempting to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Aug 12, 2024
1 parent aa2b1c6 commit 4dfbec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
CDM5_ORACLE_CDM_SCHEMA: ${{ secrets.CDM5_ORACLE_CDM_SCHEMA }}
Expand Down Expand Up @@ -100,7 +99,7 @@ jobs:

- name: Test coverage
if: runner.os == 'macOS'
run: covr::codecov()
run: covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}")
shell: Rscript {0}

Release:
Expand Down

0 comments on commit 4dfbec2

Please sign in to comment.