Skip to content

Commit

Permalink
💚 (api) fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jun 3, 2020
1 parent 03aca9f commit 1a2c68c
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 @@ -19,7 +19,7 @@ install:
- pip install ".[test]" .
script:
- klangbecken init -d $KLANGBECKEN_DATA
- coverage run --source=klangbecken_api -m unittest discover
- coverage run --source=klangbecken -m unittest discover
- flake8
after_success:
- codecov
Expand Down

0 comments on commit 1a2c68c

Please sign in to comment.