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: add a check command #31

Merged
merged 25 commits into from
Sep 15, 2023
Merged

feat: add a check command #31

merged 25 commits into from
Sep 15, 2023

Conversation

alexfertel
Copy link
Owner

This PR introduces a bulloak check command that performs validations on the .tree <> .t.sol files relationship.

@alexfertel alexfertel added the Feat New feature or request label Sep 14, 2023
@alexfertel alexfertel self-assigned this Sep 14, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #31 (2d0d73e) into main (a372918) will increase coverage by 2.4%.
The diff coverage is 89.4%.

Additional details and impacted files
Files Changed Coverage Δ
src/error.rs 81.2% <57.1%> (ø)
src/span.rs 41.8% <62.5%> (ø)
src/check/violation.rs 65.7% <65.7%> (ø)
src/syntax/tokenizer.rs 93.8% <68.4%> (ø)
src/syntax/ast.rs 69.2% <69.2%> (ø)
src/hir/hir.rs 75.0% <75.0%> (ø)
src/scaffold/mod.rs 80.0% <75.0%> (-20.0%) ⬇️
src/syntax/parser.rs 78.9% <77.1%> (ø)
src/check/mod.rs 83.9% <83.9%> (ø)
src/cli.rs 90.0% <85.7%> (+90.0%) ⬆️
... and 9 more

@alexfertel alexfertel marked this pull request as ready for review September 15, 2023 14:24
@alexfertel alexfertel merged commit 7714234 into main Sep 15, 2023
8 checks passed
@alexfertel alexfertel deleted the add-bulloak-check branch September 15, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant