Skip to content

Commit

Permalink
upload raw coverage infrmation
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Dec 8, 2023
1 parent 79b1564 commit ef16ee6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/base_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ jobs:
./htmlcov
retention-days: 7

- name: Upload coverage
uses: actions/upload-artifact@v3
with:
name: coverage
path: ./coverage.xml
retention-days: 7

- uses: codecov/codecov-action@v3
if: ${{ inputs.coverage }}
with:
Expand Down

0 comments on commit ef16ee6

Please sign in to comment.