We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93cc02d + 79d4bcb commit e1b1d92Copy full SHA for e1b1d92
.github/workflows/test-coverage.yaml
@@ -7,7 +7,9 @@ on:
7
8
name: test-coverage.yaml
9
10
-permissions: read-all
+permissions:
11
+ contents: read
12
+ id-token: write
13
14
jobs:
15
test-coverage:
@@ -45,7 +47,7 @@ jobs:
45
47
files: ./cobertura.xml
46
48
plugins: noop
49
disable_search: true
- token: ${{ secrets.CODECOV_TOKEN }}
50
+ use_oidc: true
51
52
- name: Show testthat output
53
if: always()
@@ -56,7 +58,7 @@ jobs:
56
58
57
59
- name: Upload test results
60
if: failure()
- uses: actions/upload-artifact@v4
61
+ uses: actions/upload-artifact@v7
62
with:
63
name: coverage-test-failures
64
path: ${{ runner.temp }}/package
0 commit comments