Skip to content

Commit

Permalink
Update coverage (cvat-ai#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Zhiltsov authored Sep 10, 2020
1 parent f72848b commit ce9fef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- pip install coverage
script:
- coverage run -m unittest discover -v
- datum -h
- coverage run -a datum.py -h
after_success:
- coverage xml
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
Expand Down

0 comments on commit ce9fef6

Please sign in to comment.