Skip to content

Commit

Permalink
Fix codecov coverage ratio (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Dec 24, 2021
1 parent a812908 commit 5b724b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
# download dataset
git clone -b master --single-branch --depth=1 https://github.com/7br/gstest.git ${GS_TEST_DIR}
python3 -m pytest -s -v --cov=graphscope --cov-config=.coveragerc \
python3 -m pytest -s -v --cov=graphscope --cov-config=python/.coveragerc \
--cov-report=xml --cov-report=term --exitfirst \
$(dirname $(python3 -c "import graphscope; print(graphscope.__file__)"))/tests/unittest
Expand Down
2 changes: 1 addition & 1 deletion learning_engine/graph-learn
6 changes: 3 additions & 3 deletions python/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[run]
omit =
graphscope/nx/*
jupyter/graphscope/node_modules/.*
/usr/*
*/graphscope/learning/*
*/graphscope/nx/*
*/jupyter/graphscope/node_modules/.*

0 comments on commit 5b724b7

Please sign in to comment.