Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas committed Dec 29, 2023
2 parents ca6603d + 95714a6 commit 0df7c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Test package
run: |
go test -v -coverprofile coverage.out -covermode=count ./...
- name: Upload Coverage Report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out
flags: unittests

0 comments on commit 0df7c01

Please sign in to comment.