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

feat(cli): add github and junit reporters #3029

Merged
merged 6 commits into from
May 31, 2024
Merged

Conversation

ematipico
Copy link
Member

Summary

This PR adds github and junit reporters.

The junit reporter is heavily inspired by how Ruff does it.

Test Plan

I added new test cases

@github-actions github-actions bot added A-CLI Area: CLI A-Diagnostic Area: diagnostocis A-Changelog Area: changelog labels May 31, 2024
@ematipico ematipico requested review from a team May 31, 2024 12:32
Copy link

codspeed-hq bot commented May 31, 2024

CodSpeed Performance Report

Merging #3029 will not alter performance

Comparing feat/github-reporter (8088942) with feat/github-reporter (13c356d)

Summary

✅ 92 untouched benchmarks

@@ -43,6 +43,7 @@ dashmap = { workspace = true }
hdrhistogram = { version = "7.5.4", default-features = false }
indexmap = { workspace = true }
lazy_static = { workspace = true }
quick-junit = "0.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be on the root cargo.toml, and have workspace = true? Although, I'm ok with here as well, since I assume this crate will logically always belong to biome_cli.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, it only belongs to biome_cli so there's so need to make it available to the entire workspace

crates/biome_cli/src/execute/mod.rs Outdated Show resolved Hide resolved
@ematipico ematipico force-pushed the feat/github-reporter branch from d71a8c9 to dd4ca40 Compare May 31, 2024 15:19
@ematipico ematipico merged commit 6eef66d into main May 31, 2024
14 checks passed
@ematipico ematipico deleted the feat/github-reporter branch May 31, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-CLI Area: CLI A-Diagnostic Area: diagnostocis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants