ourzora / offchain

NFT Metadata made easy
MIT License
109 stars 27 forks source link

Added coverage metric and set current coverage as a baseline #106

Open atapin opened 2 months ago

atapin commented 2 months ago

Description

Added coverage metric and set current coverage as a baseline. This should protect the codebase from merging uncovered changes.

Motivation and Context

Currently, the codebase doesn't have a measure of test coverage. For a public library, it's important to track the coverage and avoid merging new code which is not properly tested

How has this been tested?

Tested by running all tests on the projects

Screenshots (if appropriate):

image

Types of changes

Checklist:

atapin commented 1 month ago

@owen-zora could you review this?