We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67238 commit a42cc6aCopy full SHA for a42cc6a
.github/workflows/run-tox.yml
@@ -77,7 +77,7 @@ jobs:
77
fail_ci_if_error: false
78
flags: pytest
79
directory: ./reports
80
- name: "dir-content-diff-py${{ matrix.python-version }}-${{ matrix.min_versions }}"
+ 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 }}
0 commit comments