We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bd2a0 commit 3a72b3aCopy full SHA for 3a72b3a
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: go test -count 1 -coverprofile=coverage.txt ./...
40
- name: Upload Coverage
41
if: ${{ matrix.platform == 'ubuntu-latest' && github.ref_name == 'main' }}
42
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
slug: grafana/k6deps
0 commit comments