Skip to content

Commit 0c2c042

Browse files
committed
ci: fix coverage upload action params
1 parent d547ef5 commit 0c2c042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: codecov/[email protected]
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
41-
slug: grafana/k6pack
41+
slug: grafana/k6deps
4242

4343
- name: Generate Go Report Card
4444
if: ${{ matrix.platform == 'ubuntu-latest' && github.ref_name == 'main' }}

0 commit comments

Comments
 (0)