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

chore: move tests into separate files #132

Merged
merged 1 commit into from
May 11, 2023
Merged

Conversation

RomainMuller
Copy link
Contributor

@RomainMuller RomainMuller commented May 11, 2023

Also chage coverage gathering mechanism again... Sorry for the churn. The new HTML report looks less good, but the line & region (~branch) coverage appear to be more reliable...

Also chage coverage gathering mechanism again... Sorry for the churn.
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #132 (c17d445) into main (e129e9f) will increase coverage by 37.1%.
The diff coverage is 80.5%.

Additional details and impacted files
Components Coverage Δ
Parser 75.4% <75.2%> (+35.9%) ⬆️
Intermediate Representation 78.4% <91.1%> (+39.6%) ⬆️
Synthesizers 60.2% <ø> (+27.8%) ⬆️
Other 59.4% <63.6%> (+37.4%) ⬆️
@@           Coverage Diff            @@
##            main    #132      +/-   ##
========================================
+ Coverage   34.0%   71.2%   +37.1%     
========================================
  Files         22      23       +1     
  Lines       2848    1900     -948     
  Branches    1348    1900     +552     
========================================
+ Hits         969    1352     +383     
+ Misses       880     249     -631     
+ Partials     999     299     -700     
Impacted Files Coverage Δ
src/errors/mod.rs 91.7% <ø> (+32.6%) ⬆️
src/ir/conditions/mod.rs 65.0% <ø> (ø)
src/ir/importer/mod.rs 88.6% <ø> (ø)
src/ir/outputs/mod.rs 88.9% <0.0%> (ø)
src/ir/reference/mod.rs 61.7% <ø> (ø)
src/ir/resources/mod.rs 78.4% <ø> (ø)
src/lib.rs 50.0% <ø> (+41.5%) ⬆️
src/parser/condition/mod.rs 77.1% <ø> (ø)
src/parser/intrinsics/mod.rs 72.3% <ø> (ø)
src/parser/lookup_table/mod.rs 84.6% <ø> (ø)
... and 10 more

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e129e9f...c17d445. Read the comment docs.

@HBobertz HBobertz merged commit 0be2a3c into main May 11, 2023
@HBobertz HBobertz deleted the rmuller/output-format branch May 11, 2023 16:55
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