Closed lgoettgens closed 7 months ago
Attention: Patch coverage is 63.63636%
with 12 lines
in your changes are missing coverage. Please review.
Project coverage is 75.06%. Comparing base (
6f3067c
) to head (e6d4ab0
).
Files | Patch % | Lines |
---|---|---|
src/piracies.jl | 16.66% | 5 Missing :warning: |
src/exports.jl | 66.66% | 3 Missing :warning: |
src/ambiguities.jl | 83.33% | 2 Missing :warning: |
src/unbound_args.jl | 66.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is this how you imagined it @jishnub?
Yes, thanks, this looks exactly like what I wanted
Resolves https://github.com/JuliaTesting/Aqua.jl/issues/231.
The tests that may print long lists of things now only do that in the case of a failure. If the test is supplied
broken=true
, only the number of instances is printed instead.