Skip to content

Commit

Permalink
Merge pull request #54 from hairmare/fix/missing-codecov
Browse files Browse the repository at this point in the history
πŸ’š (api) fix coverage report
  • Loading branch information
spameier committed Jun 3, 2020
2 parents 03aca9f + 1a2c68c commit fbee74c
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 fbee74c

Please sign in to comment.