Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 5afaf5f

Browse files
Merge pull request #21 from devnw/dependabot/github_actions/codecov/codecov-action-2.0.2
Bump codecov/codecov-action from 2.0.1 to 2.0.2
2 parents 58c1a26 + 0eb8b93 commit 5afaf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Test
3636
run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
3737
- name: Push Coverage to codecov.io
38-
uses: codecov/codecov-action@v2.0.1
38+
uses: codecov/codecov-action@v2.0.2
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
file: ./coverage.txt

0 commit comments

Comments
 (0)