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 8884a7d commit d302435Copy full SHA for d302435
pkg/testcoverage/badgestorer/github_test.go
@@ -11,7 +11,7 @@ import (
11
. "github.com/vladopajic/go-test-coverage/v2/pkg/testcoverage/badgestorer"
12
)
13
14
-const envGitToken = "GITHUB_TOKEN"
+const envGitToken = "GITHUB_TOKEN" //nolint:gosec // false-positive
15
16
func Test_Github_Error(t *testing.T) {
17
t.Parallel()
0 commit comments