Skip to content

Commit

Permalink
Merge pull request #49 from btnguyen2k/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
github-actions[bot] authored Nov 17, 2024
2 parents f4dac1a + 7fab4a0 commit 181734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
go test -v -timeout 9999s -count 1 -p 1 -cover -coverprofile ../coverage_test_package.txt -coverpkg=github.com/btnguyen2k/mymodule ./ && \
cd ..
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: generic
name: generic

0 comments on commit 181734d

Please sign in to comment.