Skip to content

Commit

Permalink
build: do not exclude _build/ from coverage
Browse files Browse the repository at this point in the history
This is basically a revert of commit 94a02d0. It seems after this
commit the coverage stats on coveralls.io are gone.
  • Loading branch information
ntd committed Feb 13, 2015
1 parent b1ac054 commit 4c44e51
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 @@ -18,7 +18,7 @@ script:
- ../configure --enable-gcov && make && make V=1 check

after_success:
- if [ "$CC" = "gcc" ]; then coveralls -r .. -x c -e demo -e src/tests -e src/cpml/tests -e src/adg/tests -e _build --gcov-options '\-lp'; fi
- if [ "$CC" = "gcc" ]; then coveralls -r .. -x c -e demo -e src/tests -e src/cpml/tests -e src/adg/tests --gcov-options '\-lp'; fi

after_script:
- cd ..
Expand Down

0 comments on commit 4c44e51

Please sign in to comment.