oras-project / oras-go

ORAS Go library

Home Page:https://oras.land

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase code coverage threshold to 75%

shizhMSFT opened this issue · comments

As we are putting more efforts into the quality of the oras-go library, I suggest increasing threshold of the code coverage of the unit test to 75% from 70% and enforce code coverage for PR patches.

coverage:
status:
project:
default:
target: 70%
if_ci_failed: error

By increasing the code coverage, we aim to make oras-go more stable with better quality.