Skip to content

Commit

Permalink
Improve the coverage statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
voegelas committed May 2, 2023
1 parent f94c1f5 commit 1947b9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
perl Makefile.PL
cover -gcov_chdir -test -report coveralls
cover -gcov_chdir -ignore_re '[.][ch]$' -test -report coveralls
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test:
script:
- cpanm --quiet --notest --installdeps .
- perl Makefile.PL
- cover -gcov_chdir -test
- cover -gcov_chdir -ignore_re '[.][ch]$' -test

0 comments on commit 1947b9b

Please sign in to comment.