Update build.yml

pull/311/head v0.5.8
Kai Chen 2020-05-30 13:09:09 +08:00 committed by GitHub
parent 5542c24bb1
commit 4150d0ac2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
.github/workflows

View File

@ -43,10 +43,10 @@ jobs:
coverage xml
coverage report -m
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@master
with:
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false