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.
1 parent c58ac2e commit f0f31e5Copy full SHA for f0f31e5
1 file changed
.github/workflows/ci.yml
@@ -111,14 +111,14 @@ jobs:
111
run: pnpm vp test --project nuxt --coverage --reporter=default --reporter=junit --outputFile=test-report.junit.xml
112
113
- name: ⬆︎ Upload coverage reports to Codecov
114
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
115
with:
116
report_type: test_results
117
env:
118
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
119
120
121
122
123
124
0 commit comments