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 f168342 commit 255cb3fCopy full SHA for 255cb3f
.github/workflows/check.yml
@@ -72,7 +72,7 @@ jobs:
72
run: import os; import sys; os.rename(".tox/.coverage.{}".format(os.environ['TOXENV']), ".tox/.coverage.{}-{}.format(os.environ['TOXENV'], sys.platform)")
73
shell: python
74
- name: Upload coverage data
75
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
76
with:
77
name: coverage-data
78
path: ".tox/.coverage.*"
@@ -104,7 +104,7 @@ jobs:
104
- name: Combine and report coverage
105
run: tox -e coverage
106
- name: Upload HTML report
107
108
109
name: html-report
110
path: .tox/htmlcov
0 commit comments