Skip to content

Commit

Permalink
Trying to get both eunit and ct coverdata
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniusa committed Mar 14, 2019
1 parent 195321e commit 4180fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ script:
- make test
- make reltest
- make systests
- cp logs/ct_run*/all.coverdata _build/test/cover/ct.coverdata
- rebar3 as test coveralls send
- make dialyzer
- make lint
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@

{cover_enabled, true}.
{cover_export_enabled, true}.
%{coveralls_coverdata, "_build/test/cover/*.coverdata"}.
{coveralls_coverdata, "logs/*/all.coverdata"}.
{coveralls_coverdata, "_build/test/cover/*.coverdata"}.
%{coveralls_coverdata, "logs/*/all.coverdata"}.
{coveralls_service_name, "travis-ci"}.

0 comments on commit 4180fa2

Please sign in to comment.