Skip to content

Commit

Permalink
Update codecov/codecov-action to v2. (#1193)
Browse files Browse the repository at this point in the history
* Update codecov/codecov-action to v2.
* Fixes codecov path.
* Fixes.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Dec 20, 2021
1 parent 1c62d2a commit 3049ef9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ jobs:
$(dirname $(python3 -c "import graphscope; print(graphscope.__file__)"))/tests/unittest
- name: Upload Coverage
uses: codecov/codecov-action@v1.0.5
uses: codecov/codecov-action@v2
with:
file: ./python/coverage.xml
file: ./coverage.xml
fail_ci_if_error: true

networkx-basic-test:
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
python3 setup.py build_proto
# install mars
python3 -m pip install git+https://github.com/mars-project/mars.git@d09e1e4c3e32ceb05f42d0b5b79775b1ebd299fb#egg=pymars
python3 -m pip install git+https://github.com/mars-project/mars.git@92d4959511ff9fa107b458239e7c1022baec3325#egg=pymars
# install pytest
python3 -m pip install pytest pytest-cov
Expand All @@ -572,7 +572,7 @@ jobs:
./graphscope/tests/kubernetes
- name: Upload Coverage
uses: codecov/codecov-action@v1.0.5
uses: codecov/codecov-action@v2
with:
file: ./python/coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 3049ef9

Please sign in to comment.