Skip to content

Commit

Permalink
[Bug] Fix codecov (open-mmlab#509)
Browse files Browse the repository at this point in the history
* remove codecov in requirements

* try to fix ci

* del adaround loss
  • Loading branch information
humu789 authored and HIT-cwh committed Apr 17, 2023
1 parent aa9ef39 commit b238341
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Upload coverage report for python3.8 && pytorch1.12.0 cpu
- name: Upload coverage to Codecov
if: ${{matrix.torch == '1.13.0' && matrix.python-version == '3.8'}}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: unittests
Expand Down
87 changes: 0 additions & 87 deletions mmrazor/models/losses/adaround_loss.py

This file was deleted.

2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codecov
coverage
flake8
interrogate
isort==4.3.21
Expand Down

0 comments on commit b238341

Please sign in to comment.