E580
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 a24015f commit 740c973Copy full SHA for 740c973
.github/workflows/actions.yml
@@ -93,9 +93,10 @@ jobs:
93
name: pypy3-windows
94
python-version: pypy3
95
96
- - os: macOS-latest
97
- name: pypy3-mac
98
- python-version: pypy3
+ # https://github.com/pytest-dev/pytest-html/issues/482
+# - os: macOS-latest
+# name: pypy3-mac
99
+# python-version: pypy3
100
101
- os: ubuntu-18.04
102
name: devel-ubuntu
@@ -122,6 +123,7 @@ jobs:
122
123
- name: Test with tox
124
run: |
125
python -m tox -e ${{ steps.split-matrix-name.outputs._0}}-cov
126
+ # TODO: https://github.com/pytest-dev/pytest-html/issues/481
127
# - name: Upload coverage to codecov
128
# if: github.event.schedule == ''
129
# uses: codecov/codecov-action@v2
0 commit comments