coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
45 stars 14 forks source link

Remove restriction on file extension for some parsers #130

Closed littleforest closed 1 month ago

littleforest commented 1 month ago

Problem

All files are now run through the 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

Always return true for the matches? method for lcov, gcov, and simplecov parsers. If the user does not specify a custom file, then only files that match the extensions listed in this method will be returned anyway due to the globs method. If a user specifies a custom file, we do not want to exclude the file just because it does not have the correct extension.

Closes # (issue)

:zap: Summary

:ballot_box_with_check: Checklist

coveralls-official[bot] commented 1 month ago

Pull Request Test Coverage Report for Build 9194322489

Details


Totals Coverage Status
Change from base Build 9162110219: -0.01%
Covered Lines: 902
Relevant Lines: 960

💛 - Coveralls