Skip to content

Commit

Permalink
ci: use github.ref_name as codecov flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Dec 1, 2023
1 parent 6234f4f commit cf30c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./tests/coverage.xml
flags: unit
flags: ${{ github.ref_name }}

- name: Upload pytest HTML result
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cf30c3c

Please sign in to comment.