Skip to content

Conversation

ziggie1984
Copy link

When a project uses gomodules which are versioned it can happen
that the source file of the module is not directly under the
module name but instead the versioning happened via a branch so
that the file will be found without the particular version string
as a subdirectory. So this commit will retry to find the particular
file in the main directory instead of the version subdirectory.

When a project uses gomodules which are versioned it can happen
that the source file  of the module is not directly under the
module name but instead the versioning happened via a branch so
that the file will be found without the particular version string
as a subdirectory. So this commit will retry to find the particular
file in the main directory instead of the version subdirectory.
ziggie1984 added a commit to ziggie1984/lnd that referenced this pull request Dec 12, 2024
The goverall tool had a bug regarding the module versioning of
golang packages see also
mattn/goveralls#222 for more background.
Goveralls is wrapped by another library to make it available for
github actions. So the relevant PR which is referenced here in
LND is:
shogo82148/actions-goveralls#521.
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