Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Add coveragerc to Anchore Engine#1307

Open
subecho wants to merge 1 commit into
masterfrom
update-coverage-metrics
Open

Add coveragerc to Anchore Engine#1307
subecho wants to merge 1 commit into
masterfrom
update-coverage-metrics

Conversation

@subecho
Copy link
Copy Markdown
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>
@subecho subecho requested review from Toure, Vijay-P and rbrady November 10, 2021 15:11
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.

1 participant