Closed tinaboyce closed 4 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.19%. Comparing base (
99d6fe4
) to head (36c8b29
). Report is 50 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I still prefer formatting changes to be separate from material changes.
While looking at the GitHub Action runner executing a job, I have noticed an error during the "Set up Go 1.x" stage
A quick look at the documentation and it had the
actions/checkout
before theactions/setup-go
, while we had it afterwards, which probably explains why it cannot findgo.sum
.Also (the bit that was outside the scope of the initial issue but I wanted to save multiple PRs):
actions/checkout
to have "fetch-depth" of 0 for the changelog to work correctly for the gorelease release, as mentioned in the "IMPORTANT" section beneath the Workflow code block: https://github.com/goreleaser/goreleaser-action?tab=readme-ov-file#workflowI am more than happy to move the "also" bit to a new PR if that is more ideal?
Closes #1319