Skip to content

Commit

Permalink
set up coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
quimpm committed Jun 17, 2021
1 parent 8e83bf9 commit 5edd5e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ install:
- pip install -r requirements.txt
- python -c "import nltk; nltk.download('stopwords')"
script:
- python3 -m unittest
- coverage run --source=youtube_discusion_tree_api -m unittest
before-script:
- coveralls
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ torch
torchvision
torchaudio
treelib
nltk
nltk
coverage
coveralls

0 comments on commit 5edd5e5

Please sign in to comment.