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

ignore dev-targeted crates in coverage report #1715

Merged
merged 6 commits into from
Dec 18, 2024

Conversation

AdamGS
Copy link
Contributor

@AdamGS AdamGS commented Dec 18, 2024

No description provided.

@gatesn
Copy link
Contributor

gatesn commented Dec 18, 2024

also add ~/home and ./fuzz

@lwwmanning
Copy link
Member

and should sort out pyvortex -- it has >0% coverage, but in python, so they don't run with cargo test

@AdamGS
Copy link
Contributor Author

AdamGS commented Dec 18, 2024

@lwwmanning mind if I punt pyvortex to a followup PR?

@AdamGS AdamGS marked this pull request as ready for review December 18, 2024 17:34
@lwwmanning
Copy link
Member

@lwwmanning mind if I punt pyvortex to a followup PR?

Not at all, punt away

@AdamGS AdamGS changed the title ignore bench-vortex in coverage report ignore dev-targeted crates in coverage report Dec 18, 2024
ignore:
- "bench-vortex/*"
- "fuzz/*"
- "home/*"
Copy link
Contributor

Choose a reason for hiding this comment

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

what the heck is home ?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think should be /home for whatever reason it holds the Cargo cache and gets included

Copy link
Contributor Author

Choose a reason for hiding this comment

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

seems like ignoring /* or ../* actually cleans that up

@AdamGS
Copy link
Contributor Author

AdamGS commented Dec 18, 2024

Final run looks good to me, did realize that we had some vortex-serde leftovers so I cleaned that up as well.

@AdamGS AdamGS enabled auto-merge (squash) December 18, 2024 17:52
@AdamGS AdamGS merged commit 826737d into develop Dec 18, 2024
20 checks passed
@AdamGS AdamGS deleted the adamg/ignore-bench-coverage branch December 18, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants