wadetregaskis-linkedin
wadetregaskis-linkedin
Unfortunately not - I tried that, but it applies to _all_ reports, not just the one output to the terminal. That's what I was alluding to in my original comment...
Whoops! Sorry for the confusion. Properties - they're all the same, right? ;)
It is supported - AFAICT that's why 'term:missing' exists, as a special-case way to override `skip_covered` _only_ for terminal output. It unfortunately appears to be the _only_ way to do...
Agreed making it configurable would be wise. I have no objection if I have to explicitly turn this on within build.gradle or similar - so long as there's some way...
Precisely. As a workaround, I'm right now 'manually' adding a `DropView(…, if_exists=True)` first, and specifying `or_replace=False`, when I'm using SQLite - but otherwise, when not using SQLite, just using `CreateView(…,...