Unverified Commit 3777aa8c authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Fix the version of codecov-action to v1.0.10 (#378)

* Fix the version of codecov-action to v1.0.7

* Update build.yml
parent 9c51928b
...@@ -121,7 +121,7 @@ jobs: ...@@ -121,7 +121,7 @@ jobs:
# Only upload coverage report for python3.7 && pytorch1.5 # Only upload coverage report for python3.7 && pytorch1.5
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
if: ${{matrix.torch == '1.5.0' && matrix.python-version == '3.7'}} if: ${{matrix.torch == '1.5.0' && matrix.python-version == '3.7'}}
uses: codecov/codecov-action@master uses: codecov/codecov-action@v1.0.10
with: with:
file: ./coverage.xml file: ./coverage.xml
flags: unittests flags: unittests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment