File tree 1 file changed +15
-12
lines changed
1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 13
13
**
14
14
pull_request :
15
15
schedule :
16
- - cron : 1 0 * * * # Run daily at 0:01 UTC
16
+ - cron : ' 1 0 * * *' # Run daily at 0:01 UTC
17
17
18
18
jobs :
19
19
build_docs :
93
93
name : pypy3-windows
94
94
python-version : pypy3
95
95
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
99
100
100
101
- os : ubuntu-18.04
101
102
name : devel-ubuntu
@@ -122,14 +123,16 @@ jobs:
122
123
- name : Test with tox
123
124
run : |
124
125
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
133
136
build_javascript :
134
137
name : grunt
135
138
runs-on : ubuntu-18.04
You can’t perform that action at this time.
0 commit comments