Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Code coverage is now taking all non-testing Serge code into considera…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
dragosv authored and iafan committed Dec 22, 2018
1 parent d894a14 commit e3f7f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ before_script:
script:
- perl Build.PL && ./Build && ./Build test
- cover -delete
- perl -MDevel::Cover t/compile.t
- perl -MDevel::Cover t/engine.t
after_success:
- cover -report codecov
Expand Down

0 comments on commit e3f7f08

Please sign in to comment.