Closed fmeum closed 2 years ago
Could you add an example and a test based on genhtml
(or anything else that would exercise this path?
See: https://github.com/bazelbuild/rules_perl/pull/23 for a similar change.
@PiotrSikora I added a simple test that runs genhtml to generate a coverage report for the test itself. I barely know any Perl, so feedback is especially welcome.
The CI failures are unrelated and fixed by https://github.com/bazelbuild/rules_perl/pull/41.
MR 41 has been merged in - please rebase
Looks good - but I believe you still need to rebase.
It was a different buildifier issue that I introduced with this PR (and just fixed). Should be ready now.
Perl source files without a file extension are relatively common (genhtml is an example).