Closed qwqcode closed 1 month ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 32.16%. Comparing base (
a98a50a
) to head (df26393
). Report is 11 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/config/meta/gen/main.go | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since the binary file name after go install
must match the module name, the module name had to be changed to all lowercase. This ensures that the artalk
command can be found in the command line (rather than using the capitalized Artalk
as the binary program name).
BREAKING CHANGE: The original Go module name was
github.com/ArtalkJS/Artalk
, but it has now been updated togithub.com/ArtalkJS/Artalk/v2
. This modification may impact the CI if you're compiling Artalk and passing a-ldflags -X
version flag. The frontend UI client remains unaffected, and this change only concerns server-side developers.Follow Go Mod File Retract:
https://go.dev/ref/mod#go-mod-file-retract