Skip to content

Commit 869f9bd

Browse files
authored
Update go.yml
1 parent ad4a607 commit 869f9bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: go test -coverprofile=coverage.txt
2929

3030
- name: Upload coverage reports to Codecov
31-
uses: codecov/codecov-action@v5
32-
with:
33-
token: ${{ secrets.CODECOV_TOKEN }}
31+
uses: codecov/codecov-action@v4.0.1
32+
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}
34+
slug: lyonnee/hmap

0 commit comments

Comments
 (0)