This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
修改travis converage设置
tags/v0.4.10
yh_cc
5 years ago
parent
09d0b74595
commit
146a004dee
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.coverage
+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)
Write
Preview
Loading…
Cancel
Save