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

#413: Add test to DefUntil to test the list semantics. #414

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

mvanaken
Copy link
Contributor

This test shows how multiple values for initialSize, stepSize and maxSize are used together and which offsets in which order are used to parse the terminator.

This was missing in our test base. We had 100% test coverage, because also with single values, we process them as lists. Clear example that line coverage is not the same as test coverage. ;)

This test shows how multiple values for initialSize, stepSize and
maxSize are used together and which offsets in which order are used to
parse the terminator.
@mvanaken mvanaken self-assigned this Feb 16, 2024
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (16cc984) to head (d97154e).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #414   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      1150      1150           
===========================================
  Files             98        98           
  Lines           1537      1537           
  Branches         159       159           
===========================================
  Hits            1537      1537           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mvanaken mvanaken modified the milestone: 11.0.0 Mar 15, 2024
@mvanaken
Copy link
Contributor Author

Because I simply added a test, decided to merge it without any reviews.

@mvanaken mvanaken merged commit 8f0b3eb into master Mar 15, 2024
10 checks passed
@mvanaken mvanaken deleted the #413_defuntil_test branch March 15, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant