Skip to content

Commit

Permalink
Merge pull request #14 from mazrean/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4.1.1

Bump codecov/codecov-action from 4.1.0 to 4.1.1
  • Loading branch information
mazrean authored Apr 3, 2024
2 parents 2bdedee + e58431e commit 5e28281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
cache: true
- run: go test ./... -v -coverprofile=./coverage.txt -race -vet=off
- name: Upload coverage data
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: ./coverage.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v4
with:
name: coverage.txt
Expand Down

0 comments on commit 5e28281

Please sign in to comment.