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

Check for invalid/missin config entries #268

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Check for invalid/missin config entries #268

merged 2 commits into from
Dec 11, 2023

Conversation

bittremieux
Copy link
Collaborator

  • More efficient checking for unknown and missing config entries (no needless conversions/creations of sets and lists).
  • Avoid creating temporary files in root directories during unit testing.
  • Update outdated test.

This is a refactoring of #257.

- More efficient checking for unknown and missing config entries (no needless conversions/creations of sets and lists).
- Avoid creating temporary files in root directories during unit testing.
- Update outdated test.
@bittremieux bittremieux changed the title Config Check for invalid/missin config entries Dec 6, 2023
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (235420f) 89.43% compared to head (4a95158) 89.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #268      +/-   ##
==========================================
- Coverage   89.43%   89.40%   -0.04%     
==========================================
  Files          12       12              
  Lines         909      906       -3     
==========================================
- Hits          813      810       -3     
  Misses         96       96              

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

Copy link
Collaborator

@melihyilmaz melihyilmaz left a comment

Choose a reason for hiding this comment

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

lgtm

@melihyilmaz melihyilmaz merged commit e073415 into dev Dec 11, 2023
6 checks passed
@melihyilmaz melihyilmaz deleted the config branch December 11, 2023 10:54
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