Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Add coveragerc to Anchore Engine #1307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

subecho
Copy link
Contributor

@subecho subecho commented Nov 8, 2021

Currently there is no coveragerc file for Anchore Engine so coverage
is generating statistics with the default set of parameters.

This patch adds a new .coveragerc file to Anchore Engine to ensure
that we are generating coverage with a good amount of precision (two
places past the decimal), are ensuring that we have branch coverage, and
to omit the tests from coverage statistics.

Signed-off-by: Dustin Schoenbrun dustin.schoenbrun@anchore.com

Currently there is no `coveragerc` file for Anchore Engine so coverage
is generating statistics with the default set of parameters.

This patch adds a new `.coveragerc` file to Anchore Engine to ensure
that we are generating coverage with a good amount of precision (two
places past the decimal), are ensuring that we have branch coverage, and
to omit the tests from coverage statistics.

Signed-off-by: Dustin Schoenbrun <dustin.schoenbrun@anchore.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant