starknet-io / starknet.js

JavaScript library for StarkNet
https://www.starknetjs.com
MIT License
1.21k stars 706 forks source link

test: add coverage option #1131

Closed PhilippeR26 closed 1 month ago

PhilippeR26 commented 1 month ago

Motivation and Resolution

Solve #1089. Produces a test coverage report.

Usage related changes

N/A

Development related changes

The automatic test suite is reporting the coverage of the test suite. It can be easily modified if necessary here : https://github.com/starknet-io/starknet.js/blob/37526cf6597df4e1d7675d9871369625fc5d5320/.github/workflows/_test.yml#L41

Checklist: