Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Dec 7, 2024
1 parent 7d1e1bb commit 873fa73
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ jobs:
covr::to_cobertura(cov)
shell: Rscript {0}


- name: Upload coverage report
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false
files: ./cobertura.xml
plugins: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Create Junit Report
if: ${{ !cancelled() }}
run: |
Expand All @@ -57,15 +67,6 @@ jobs:
file: ./junit.xml
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage report
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: false
files: ./cobertura.xml
plugins: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Show testthat output
if: always()
run: |
Expand Down

0 comments on commit 873fa73

Please sign in to comment.