We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c496867 commit 27da9d6Copy full SHA for 27da9d6
1 file changed
.github/workflows/check.yml
@@ -45,14 +45,14 @@ jobs:
45
uses: ./.github/actions/e2e
46
47
- name: Codecov test results
48
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
49
with:
50
report_type: test_results
51
files: ./junit.xml,./junit.e2e.xml
52
token: ${{ secrets.CODECOV_TOKEN }}
53
54
- name: Codecov coverage
55
56
57
files: ./coverage/cobertura-coverage.xml
58
0 commit comments