Skip to content

Commit

Permalink
Unit Test: codecov action v4 is still in beta
Browse files Browse the repository at this point in the history
reverted to v3
  • Loading branch information
gildas authored Dec 29, 2023
1 parent ad447cc commit 95714a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
go test -v -coverprofile coverage.out -covermode=count ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out
flags: unittests

0 comments on commit 95714a6

Please sign in to comment.