-
Notifications
You must be signed in to change notification settings - Fork 352
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 some more tests for coverage #781
Conversation
…ons with config files.
Hmm, something is broken:
|
Trying a couple of things to see if I can fix coverage reporting. |
Codecov ReportBase: 99.19% // Head: 99.29% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #781 +/- ##
==========================================
+ Coverage 99.19% 99.29% +0.10%
==========================================
Files 16 16
Lines 3967 3973 +6
==========================================
+ Hits 3935 3945 +10
+ Misses 32 28 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Working. :) |
This PR adds some more coverage tests
Also fixes some confusing error situations with config files, that came up while trying some tests for coverage.