Skip to content

Commit

Permalink
Upgrade codecov Github action in CI workflow (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg authored Oct 30, 2024
1 parent 900ef87 commit d4a299f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
run: go test -v -coverprofile=coverage.txt -shuffle on ./...

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

lint:
name: Lint
Expand Down
3 changes: 1 addition & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ignore:
- "examples"
- "internal/assert"
- "internal/"

0 comments on commit d4a299f

Please sign in to comment.