Skip to content

Commit

Permalink
build: add the coverage file explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 4, 2023
1 parent cb764ce commit 14d5396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ jobs:
- name: codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 14d5396

Please sign in to comment.