feat(config): add exclude-test-files-in-report option#3179
Open
Liam-Rougoor wants to merge 1 commit intomasterfrom
Open
feat(config): add exclude-test-files-in-report option#3179Liam-Rougoor wants to merge 1 commit intomasterfrom
Liam-Rougoor wants to merge 1 commit intomasterfrom
Conversation
| ### `exclude-test-files-in-report` <`flag`> | ||
|
|
||
| Default: `false` | ||
| Command line: `exclude-test-files-in-report` |
Member
There was a problem hiding this comment.
I don't think this is needed as a command line option. Either your project is too large to be able to include unit test results, or it's not. That sounds like static config to me.
|
|
|
||
| If HTML and/or JSON reporting is being used you can use this option to change the report file name. | ||
|
|
||
| ### `exclude-test-files-in-report` <`flag`> |
Member
There was a problem hiding this comment.
Instead of a separate option, perhaps we could split the reporters into source and test reporters?
Member
|
I'm wondering what we can do to improve our serialization performance so that this option is not neccesary. |
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.



Closes #3126