Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cobertura paths fix #748

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

fix: cobertura paths fix #748

wants to merge 3 commits into from

Conversation

Aeolun
Copy link

@Aeolun Aeolun commented Oct 10, 2023

This PR does 3 things:

  • Re-enables the test for all coverage reporters. I think at some point during a switch from lerna the whole thing was accidentally disabled.
  • Modifies the Cobertura coverage reporter to fix issue cobertura reporter does not construct package name attributes from projectRoot #552 (basically, output package paths relative to the specified source directory).
  • Upgrades the action versions in the .github/workflows/ci.yml file, so Github stops spewing errors when running them.

@bcoe bcoe added the ci label Feb 19, 2024
tree.visit(report, context);
const output = FileWriter.getOutput().replace(/SF:.*/, 'SF:');
if (fixture.lcovonlyExpected) {
if (fixture.lcovonlyExpected) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems a little strange, why are we only running these next lines for the one specific fixture?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants