We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9741d8 commit 3cb0e93Copy full SHA for 3cb0e93
.github/workflows/run-tox.yml
@@ -71,6 +71,16 @@ jobs:
71
flags: pytest
72
name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
73
token: ${{ secrets.CODECOV_TOKEN }}
74
+ - name: Upload to codecov results
75
+ uses: codecov/test-results-action@v1
76
+ with:
77
+ fail_ci_if_error: false
78
+ flags: pytest
79
+ directory: ./reports
80
+ name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}-test-results"
81
+ token: ${{ secrets.CODECOV_TOKEN }}
82
+ env:
83
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
84
- name: Upload test artifacts
85
uses: actions/upload-artifact@v4
86
if: always()
0 commit comments