Skip to content

Commit

Permalink
Merge pull request #307 from rl-institut/fix/coverall-coverage
Browse files Browse the repository at this point in the history
Fix automatic update of test coverage badge
  • Loading branch information
Bachibouzouk committed May 12, 2020
2 parents 90ec9d2 + b2c0a85 commit b4d89e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,11 @@ script:
- coverage run -m pytest

after_success:
- COVERALLS_REPO_TOKEN=${{ secrets.coverage_token }} coveralls
- coverage report -m
- coveralls

env:
- COVERALLS_REPO_TOKEN=${{ secrets.coverage_token }}
# - pylint */*.py
#jobs:
# include:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -82,6 +82,7 @@ tipps for module building, and hint that units in the MVS are not checked (PR #2
- Bug when the output path had contained an unexisting folder within an unexisting folder it
would return an error (#278)
- Display SOC (#278)
- Automatic update of the test coverage with coveralls.io (#307)

## [0.2.0] - 2020-03-13

Expand Down

0 comments on commit b4d89e1

Please sign in to comment.