You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that package coverage is done for each package on its own so that e.g. parser tests to not change the coverage of fuzzer tests.
Although this means that the actual overall coverage is MUCH higher it is not a reason to not fully test everything on its own.
This issue should stay open until we have full individual package coverage. If conditional coverage can be enabled in the future. This issue should be opened again to address this too.
The text was updated successfully, but these errors were encountered:
Coverage is currently very low: https://coveralls.io/r/zimmski/tavor
The reason is that package coverage is done for each package on its own so that e.g. parser tests to not change the coverage of fuzzer tests.
Although this means that the actual overall coverage is MUCH higher it is not a reason to not fully test everything on its own.
This issue should stay open until we have full individual package coverage. If conditional coverage can be enabled in the future. This issue should be opened again to address this too.
The text was updated successfully, but these errors were encountered: