Skip to content

Commit

Permalink
Fix actions 15
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Jul 18, 2023
1 parent 47a4611 commit cdbd0ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
Rscript -e 'covr:::report(cov, file = "coverage.xml")'
shell: Rscript {0}

- name: Upload coverage
uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down

0 comments on commit cdbd0ba

Please sign in to comment.