Skip to content

Commit

Permalink
fix: make sure coverage find the coverage file (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Dec 4, 2023
2 parents fed47ab + 4eb0824 commit 940aebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/.github/workflows/unit.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ jobs:
- name: codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
token: {% raw -%}${{ secrets.CODECOV_TOKEN }}{% endraw %}
verbose: true

0 comments on commit 940aebc

Please sign in to comment.