Skip to content

Commit

Permalink
test-coverage with token
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed May 5, 2024
1 parent 4618227 commit bcd2a00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
shell: bash

- name: Upload test results
uses: codecov/[email protected]
if: failure()
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
token: ${{ secrets.CODECOV_TOKEN }}
slug: SciViews/svPkgdown

0 comments on commit bcd2a00

Please sign in to comment.