nspcc-dev / neofs-contract

NeoFS smart-contract
GNU General Public License v3.0
10 stars 17 forks source link

Enable smart contracts coverage #429

Open AnnaShaleva opened 3 months ago

AnnaShaleva commented 3 months ago

https://github.com/nspcc-dev/neo-go/pull/3462 is almost done, thus coverage is unlocked for NeoFS contracts. We need to:

  1. Add make target to collect contracts coverage. Be careful since this repo contains not only contracts, but also simple Go code.
  2. Add GithubAction job that will collect and report contracts coverage.
  3. Add a coverage badge to README.
  4. Profit! Space for contracts coverage improvement is created.