theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

Tests for the utils package #34

Closed yannick2009 closed 3 months ago

yannick2009 commented 3 months ago

Launch go test -cover ./pkg/utils to run the tests and see the percentage of coverage.

theredditbandit commented 3 months ago

Just a heads up for future potential PRs , if the ci is failing like it was now you probably need to run the gci formatter like so

gci write -s standard -s default -s 'prefix(github.com/theredditbandit/pman)' .
theredditbandit commented 3 months ago

Thanks a lot for your changes @yannick2009! , this is huge. I really appreciate your contributions to pman!