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

Add pol compile and ir phase to test runner #433

Merged
merged 3 commits into from
Jan 4, 2025
Merged

Conversation

timsueberkrueb
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jan 4, 2025

Codecov Report

Attention: Patch coverage is 53.33333% with 42 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
app/src/cli/compile.rs 0.00% 21 Missing ⚠️
test/test-runner/src/phases.rs 56.66% 13 Missing ⚠️
lang/driver/src/database.rs 82.35% 3 Missing ⚠️
test/test-runner/src/runner.rs 33.33% 2 Missing ⚠️
test/test-runner/src/suites.rs 81.81% 2 Missing ⚠️
app/src/cli/mod.rs 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
lang/backend/src/ir/decls.rs 100.00% <100.00%> (+100.00%) ⬆️
lang/driver/src/result.rs 100.00% <ø> (ø)
app/src/cli/mod.rs 59.37% <0.00%> (-1.92%) ⬇️
test/test-runner/src/runner.rs 83.46% <33.33%> (+0.13%) ⬆️
test/test-runner/src/suites.rs 93.22% <81.81%> (+0.62%) ⬆️
lang/driver/src/database.rs 82.84% <82.35%> (-0.03%) ⬇️
test/test-runner/src/phases.rs 80.00% <56.66%> (-1.06%) ⬇️
app/src/cli/compile.rs 0.00% <0.00%> (ø)

... and 8 files with indirect coverage changes

Copy link
Collaborator

@BinderDavid BinderDavid left a comment

Choose a reason for hiding this comment

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

Looks good!

@timsueberkrueb timsueberkrueb merged commit e83eaae into main Jan 4, 2025
12 checks passed
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