Skip to content

Commit a24015f

Browse files
committed
Disable Codecov
1 parent 5e4950b commit a24015f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/actions.yml

Lines changed: 10 additions & 9 deletions
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:
@@ -122,14 +122,15 @@ jobs:
122122
- name: Test with tox
123123
run: |
124124
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
125+
# - name: Upload coverage to codecov
126+
# if: github.event.schedule == ''
127+
# uses: codecov/codecov-action@v2
128+
# with:
129+
# fail_ci_if_error: true
130+
# file: ./coverage.xml
131+
# flags: tests
132+
# name: ${{ matrix.py }} - ${{ matrix.os }}
133+
# verbose: true
133134
build_javascript:
134135
name: grunt
135136
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)