Skip to content

Commit

Permalink
bumping codecov-action to v4 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
grokspawn committed Feb 26, 2024
1 parent 0d305bd commit db3a655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
go-version-file: "go.mod"
- run: make test-unit

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: cover.out
functionalities: fixes
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit db3a655

Please sign in to comment.