We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c51f87 commit 4134a43Copy full SHA for 4134a43
.github/workflows/_reusable-test-coverage.yaml
@@ -93,6 +93,11 @@ jobs:
93
echo "Previous test coverage: Not found"
94
fi
95
96
+ ## Setup Workspace for Tooling
97
+ # This forces Go to look at local directories for modules instead of trying to fetch them from online.
98
+ go work init
99
+ go work use -r .
100
+
101
## Step 2. Check new coverage
102
# Get into directory so that go tool cover can work
103
go tool cover -func=coverage/combined.out > /tmp/coverage.txt
0 commit comments