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

don't pass in the root directory to prettier (unconditionally) #655

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Aug 8, 2024

it makes prettier scan the whole repository.
Instead, rely on pre-commit to pass in the relevant files.
Also extend .gitignore to include the fuzz corpus

…makes it scan the whole repo. Rely in pre-commit passing in the relevant files instead. Also extend .gitignore to include the fuzz corpus
@arvidn arvidn requested a review from Rigidity August 8, 2024 09:22
Copy link

Pull Request Test Coverage Report for Build 10299452556

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 404 unchanged lines in 10 files lost coverage.
  • Overall coverage decreased (-2.8%) to 81.107%

Files with Coverage Reduction New Missed Lines %
crates/chia-consensus/src/gen/owned_conditions.rs 1 96.0%
crates/chia-consensus/src/gen/validation_error.rs 1 25.81%
crates/chia-traits/src/streamable.rs 1 94.03%
wheel/src/run_program.rs 2 94.29%
crates/chia-consensus/src/gen/run_block_generator.rs 3 95.56%
crates/chia-consensus/src/gen/conditions.rs 5 99.26%
crates/chia-consensus/src/merkle_tree.rs 30 91.22%
wheel/src/run_generator.rs 59 5.33%
wheel/src/api.rs 149 52.27%
crates/chia-protocol/src/program.rs 153 26.95%
Totals Coverage Status
Change from base Build 10290976970: -2.8%
Covered Lines: 11900
Relevant Lines: 14672

💛 - Coveralls

@arvidn arvidn merged commit db65768 into main Aug 9, 2024
59 checks passed
@arvidn arvidn deleted the prettier-ignore branch August 9, 2024 06:26
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.

2 participants