Skip to content

Commit

Permalink
CI: Push test results to Codecov (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet authored Nov 18, 2024
1 parent a9741d8 commit 3cb0e93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ jobs:
flags: pytest
name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload to codecov results
uses: codecov/test-results-action@v1
with:
fail_ci_if_error: false
flags: pytest
directory: ./reports
name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}-test-results"
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test artifacts
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 3cb0e93

Please sign in to comment.