Skip to content

Commit

Permalink
Test cov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Sep 18, 2024
1 parent 989beeb commit adb026d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ jobs:
files: cov.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Upload cov.xml
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.python-version }}-${{ inputs.runs-on }}-cov.xml
path: cov.xml

0 comments on commit adb026d

Please sign in to comment.