offchain icon indicating copy to clipboard operation
offchain copied to clipboard

Added coverage metric and set current coverage as a baseline

Open atapin opened this issue 1 year ago • 1 comments

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

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.

atapin avatar Jul 04 '24 09:07 atapin

@owen-zora could you review this?

atapin avatar Jul 23 '24 09:07 atapin