Skip to content

Commit

Permalink
[Bug] Fix ci converage setting (open-mmlab#508)
Browse files Browse the repository at this point in the history
fix ci converage
  • Loading branch information
humu789 authored and HIT-cwh committed Apr 17, 2023
1 parent c36dfb8 commit aa9ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
coverage report -m
# Upload coverage report for python3.8 && pytorch1.12.0 cpu
- name: Upload coverage to Codecov
if: ${{matrix.torch == '1.12.0' && matrix.python-version == '3.8'}}
if: ${{matrix.torch == '1.13.0' && matrix.python-version == '3.8'}}
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
Expand Down

0 comments on commit aa9ef39

Please sign in to comment.