Skip to content

Add Makefile command to generate test coverage - #22

Open
hachibu wants to merge 1 commit into
Polymarket:mainfrom
hachibu:sohn/makefile
Open

Add Makefile command to generate test coverage#22
hachibu wants to merge 1 commit into
Polymarket:mainfrom
hachibu:sohn/makefile

Conversation

@hachibu

@hachibu hachibu commented Aug 30, 2025

Copy link
Copy Markdown

Add Makefile command to generate test coverage. Running the following command will generate coverage stats in stdout and a coverage report that can be viewed inside of a browser. I also eliminated the noop build command from the Makefile.

make test.coverage
...
PASS
coverage: 90.0% of statements
ok      github.com/polymarket/go-order-utils/pkg/utils  (cached)        coverage: 90.0% of statements
Tests complete!
Screenshot 2025-08-31 at 12 44 08 AM

Add Makefile command to generate test coverage.

```sh
make test.coverage
```
@hachibu
hachibu marked this pull request as ready for review August 30, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant