Skip to content

Commit 1c87c2c

Browse files
committed
Comment out fail_ci_if_error for now
1 parent 092e6bb commit 1c87c2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
pytest --cov=./ --cov-report=xml
2323
python setup.py install
2424
- name: Run Tests
25-
run: |
26-
python -m pytest -v
25+
run: python -m pytest -v
2726
- name: upload coverage to Codecov
2827
uses: codecov/codecov-action@v1
2928
with:
3029
token: ${{ secrets.CODECOV_TOKEN }}
3130
name: codecov-umbrella
32-
fail_ci_if_error: true
31+
# fail_ci_if_error: true
3332
verbose: true

0 commit comments

Comments
 (0)