omni-network / omni

Monorepo for Omni node, contracts and other related tools

Home Page:https://omni.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add coverage report to CI/CD pipeline

jmozah opened this issue · comments

Summary

Add coverage report to the existing go actions

Motivation

This will show us how much of the code has test coverage.
Later we can implement a threshold below which the CI/CD will fail.

Implementation

Yes

Drawbacks

Its difficult to have coverage at the beginning. But we as a team to strive for a goal as we move fast.