Skip to content

Commit

Permalink
Merge pull request #128 from CPCTF/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-3.1.4

⬆️ Bump codecov/codecov-action from 3.1.1 to 3.1.4
  • Loading branch information
ikura-hamu authored May 5, 2024
2 parents 7c13766 + 29b5eb4 commit 775c82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
${{ runner.os }}-gomod-
- run: go test ./... -v -coverprofile=coverage.txt -race -vet=off
- name: Upload coverage data
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
file: ./coverage.txt
yml: ./codecov.yaml
Expand Down

0 comments on commit 775c82a

Please sign in to comment.