Browse Source

修改travis converage设置

tags/v0.4.10
yh_cc 5 years ago
parent
commit
146a004dee
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .coverage
  2. +1
    -1
      .travis.yml

+ 1
- 0
.coverage
File diff suppressed because it is too large
View File


+ 1
- 1
.travis.yml View File

@@ -8,7 +8,7 @@ install:
- pip install pytest-cov
# command to run tests
script:
- pytest --cov=./ test/
- pytest --cov=fastNLP test/

after_success:
- bash <(curl -s https://codecov.io/bash)

Loading…
Cancel
Save