Skip to content

Commit

Permalink
Unit Test: updated to codecov action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas authored Dec 29, 2023
1 parent fbecf96 commit ad447cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test package
run: |
go test -v -coverprofile coverage.out -covermode=count ./...
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
with:
file: ./coverage.out
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ad447cc

Please sign in to comment.