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
Coverage reports from pytest help us identify large gaps in our tests. Functional tests written in Cram aren't currently reflected in coverage reports, but they likely cover code that isn't covered by unit tests.
Description
Ideally, Cram's coverage could be merged with the pytest coverage prior to uploading to the CodeCov service.
Context
Coverage reports from pytest help us identify large gaps in our tests. Functional tests written in Cram aren't currently reflected in coverage reports, but they likely cover code that isn't covered by unit tests.
Description
Ideally, Cram's coverage could be merged with the pytest coverage prior to uploading to the CodeCov service.
Possible solution
--cov-append
flag so the unit test coverage is added to the functional test coverageThe text was updated successfully, but these errors were encountered: