We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7491e20 + 47ad505 commit 834b35aCopy full SHA for 834b35a
.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@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
slug: grafana/k6deps
0 commit comments