Closed yannick2009 closed 5 months ago
I would ask you to wait before https://github.com/theredditbandit/pman/pull/27 to be merged if you are OK guys
it would report CI errors on your code
@theredditbandit you asked me to review, but I will wait for the CI changes to be rebased in this branch, so we could see what the CI will report
I will need to be in front of a computer to review in details, but I'm impressed by the changes you made @yannick2009
@ccoVeille can you figure out why ci is breaking , I can't make sense of the error message.
Finally all checks pass! 🎉
To get rid of the error I had to run
gci write -s standard -s default -s 'prefix(github.com/theredditbandit/pman)' .
to format it like golangci-lint likes it
@ccoVeille did you have any thoughts on these changes
Launch
go test -cover ./...
to run the tests and see the percentage of coverage.