• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

coverallsapp / coverage-reporter / 9196450792
94%

Build:
DEFAULT BRANCH: master
Ran 22 May 2024 06:22PM UTC
Jobs 1
Files 42
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 May 2024 06:20PM UTC coverage: 93.983% (+0.01%) from 93.971%
9196450792

push

github

web-flow
Remove restriction on file extension for some parsers (#128)

Problem
--------
All files are now run through a parser's `matches?`
method, which is causing issues for the lcov,
gcov, and simplecov parsers since the
`matches?` method checks that files have a
particular file extension. This is causing failures
when users pass a custom file.

Solution
--------
The lcov, gcov, and simplecov parsers were moved
to the last in the array of parsers, since they are
the only parsers which do not check actual
file contents to see if a file is of the correct 
format. In order to ensure that these three
parsers will not erroneously match on files of
the other two types, we modify the `matches?`
method to return false if file extensions of the
other two parsers are matched. 

If a user is passing a custom gcov, simplecov, or
lcov parser with a non-standard file extension, then
they must specify the `--format` parameter.

If the user does not specify a custom file, then
only files that match the extensions formerly listed
in the `matches?` method will be returned anyway
due to the `globs` method.

5 of 5 new or added lines in 3 files covered. (100.0%)

906 of 964 relevant lines covered (93.98%)

2.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9196450792.1 22 May 2024 06:22PM UTC 0
93.98
GitHub Action Run
Source Files on build 9196450792
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9196450792
  • db18b31d on github
  • Prev Build on master (#9162110219)
  • Next Build on master (#9196479160)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc