Closed mrusme closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.41%. Comparing base (
38f7499
) to head (b25d10b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I've been running into the following build issue on a project that uses asynq:
Upon fruther investigation it appears that the
go:build
flagbsd
is not correct. Thego tool dist list
command doesn't list any platform namedbsd
. Hence I believebsd
needs to be replaced with the actual BSD platforms. I don't know whether you would want to includesolaris
as well, and whether there's anyone using it/able to test it on that platform, hence I left it out.