ENH: Allow required value in reportlet configs.#122
Open
rwblair wants to merge 5 commits intonipreps:mainfrom
Open
ENH: Allow required value in reportlet configs.#122rwblair wants to merge 5 commits intonipreps:mainfrom
rwblair wants to merge 5 commits intonipreps:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
===========================================
- Coverage 60.34% 28.90% -31.45%
===========================================
Files 20 21 +1
Lines 2242 2266 +24
Branches 399 401 +2
===========================================
- Hits 1353 655 -698
- Misses 795 1595 +800
+ Partials 94 16 -78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
oesteban
reviewed
Jul 2, 2024
If its true and no files/figures were found then raise an exception. Report indexer will catch these exceptions and raise a single exception at the end of its run with all of the collected reportlet exceptions.
7730215 to
e9b3a82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Interprets 'required' key when present in a reportlets config dictionary.
If its true and no files/figures were found then raise an exception. Report indexer will catch these exceptions and raise a single exception at the end of its run with all of the collected reportlet exceptions.
fixes #78