Skip to content

Commit

Permalink
another try to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmob committed Jul 11, 2020
1 parent b05dae4 commit 1b3a07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: java
before_install:
- pip install --user codecov
after_success:
- codecov --file coverage/lcov.info --disable search
- codecov --file coverage/lcov.info --disable search
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 1b3a07d

Please sign in to comment.