Skip to content

Commit

Permalink
Update travis coveralls commands
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jun 10, 2020
1 parent c3f6441 commit 48d6159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ install:
script: rebar compile xref && rebar skip_deps=true eunit

after_success:
- coveralls --exclude lib --exclude tests --gcov-options '\-lp' --dump c.json
- cpp-coveralls --exclude lib --exclude tests --gcov-options '\-lp' --dump c.json
- coveralls-merge c.json erlang.json

otp_release:
Expand Down

0 comments on commit 48d6159

Please sign in to comment.