We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21a1c1 commit 411967aCopy full SHA for 411967a
.travis.yml
@@ -11,6 +11,7 @@ install:
11
- pip install -r requirements.txt
12
13
script: python3 ML.py --cov=Protein-feature-extraction
14
+ - coverage run ML.py
15
16
after_success:
17
- codecov
0 commit comments