Closed mirekdlugosz closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.48%. Comparing base (
2a21c4b
) to head (81649d2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since the very beginning, the point of the test was to run a scan that has different source types. I haven't noticed that and broke the test in 78ac64636584854811e394947177035cdf91f887 (#412) - when test was ported to
data_provider
and looked for a scan that has multiple sources in the config. In our default config, there's only one scan like that, and it uses multiple sources of the same type - network.With that change, it ensures that scan will have two sources of different types.