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 d8c806e commit bc29adbCopy full SHA for bc29adb
pkg/testcoverage/badgestorer/github_test.go
@@ -52,7 +52,9 @@ func Test_Github(t *testing.T) {
52
Owner: "vladopajic",
53
Repository: "go-test-coverage",
54
Branch: "badges-integration-test",
55
- FileName: "badge-" + randString() + ".svg",
+ // random badge name must be used because two tests running from different platforms
56
+ // in CI can cause race condition if badge has the same name
57
+ FileName: "badge-" + randString() + ".svg",
58
}
59
s := NewGithub(cfg)
60
0 commit comments