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

report all files in CI test coverage #10560

Merged
merged 2 commits into from
Nov 23, 2024
Merged

report all files in CI test coverage #10560

merged 2 commits into from
Nov 23, 2024

Conversation

turadg
Copy link
Member

@turadg turadg commented Nov 23, 2024

refs: #10559

Description

#10556 made coverage reports include all files, but only in package reports. This makes CI's report across all packages also use --all.

While working on this I wanted to be able to document all the kinks I ran into so I also consolidated this capability in a single script with explanatory comments.

Security Considerations

none

Scaling Considerations

none

Documentation Considerations

includes docs now

Testing Considerations

The coverage job runs in the after-merge workflow but only on push so I can't trigger it in CI. Instead I've run the script locally. When it reaches cosmic-swingset it dies on ./bin/rosetta-cli but I just skipped that package and confirmed the generated report is as expected.

Upgrade Considerations

n/a

@turadg turadg requested a review from a team as a code owner November 23, 2024 16:45
Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

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

Tidy!

@turadg turadg added automerge:rebase Automatically rebase updates, then merge bypass:integration Prevent integration tests from running on PR labels Nov 23, 2024
@mergify mergify bot merged commit d7a0e3b into master Nov 23, 2024
90 of 91 checks passed
@mergify mergify bot deleted the ta/c8-report-all branch November 23, 2024 22:54
mergify bot added a commit that referenced this pull request Nov 24, 2024
evergreen

## Description

Bump Typescript to the 5.7 release
https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/

This also corrects [a typo in the `coverage` job](https://github.com/Agoric/agoric-sdk/actions/runs/11991054038/job/33429229279) from #10560


### Security Considerations
none

### Scaling Considerations
none

### Documentation Considerations
none

### Testing Considerations
CI

### Upgrade Considerations
none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge bypass:integration Prevent integration tests from running on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants