We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6234aea commit 4afb34aCopy full SHA for 4afb34a
1 file changed
.github/workflows/test.yaml
@@ -69,13 +69,13 @@ jobs:
69
run: mise run test
70
- if: success() || failure()
71
name: Upload Coverage
72
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
73
with:
74
report_type: coverage
75
use_oidc: true
76
77
name: Upload Test Results
78
79
80
report_type: test_results
81
0 commit comments