Skip to content

Commit 3d139d3

Browse files
authored
Disable Codecov (#480)
* Disable Codecov * Disable pypy3 on mac
1 parent 5e4950b commit 3d139d3

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/workflows/actions.yml

+15-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
**
1414
pull_request:
1515
schedule:
16-
- cron: 1 0 * * * # Run daily at 0:01 UTC
16+
- cron: '1 0 * * *' # Run daily at 0:01 UTC
1717

1818
jobs:
1919
build_docs:
@@ -93,9 +93,10 @@ jobs:
9393
name: pypy3-windows
9494
python-version: pypy3
9595

96-
- os: macOS-latest
97-
name: pypy3-mac
98-
python-version: pypy3
96+
# https://github.com/pytest-dev/pytest-html/issues/482
97+
# - os: macOS-latest
98+
# name: pypy3-mac
99+
# python-version: pypy3
99100

100101
- os: ubuntu-18.04
101102
name: devel-ubuntu
@@ -122,14 +123,16 @@ jobs:
122123
- name: Test with tox
123124
run: |
124125
python -m tox -e ${{ steps.split-matrix-name.outputs._0}}-cov
125-
- name: Upload coverage to codecov
126-
uses: codecov/codecov-action@v1
127-
with:
128-
fail_ci_if_error: true
129-
file: ./coverage.xml
130-
flags: tests
131-
name: ${{ matrix.py }} - ${{ matrix.os }}
132-
verbose: true
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
130+
# with:
131+
# fail_ci_if_error: true
132+
# file: ./coverage.xml
133+
# flags: tests
134+
# name: ${{ matrix.py }} - ${{ matrix.os }}
135+
# verbose: true
133136
build_javascript:
134137
name: grunt
135138
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)