Conversation
| - golint -set_exit_status $(go list ./... | grep -v /vendor/) | ||
| - flake8 | ||
| - go test -coverpkg=all -v -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v9/... && sed -i '/cmd\/hercules\|core.go/d' coverage.txt | ||
| - go test -race gopkg.in/src-d/hercules.v9/... # run race test separately to preserve -covermode=count |
Closed
bobheadxi
changed the title
Enable race detection on test run
Enable race detection on test run, fix race condition
| - golint -set_exit_status $(go list ./... | grep -v /vendor/) | ||
| - flake8 | ||
| - go test -coverpkg=all -v -coverprofile=coverage.txt -covermode=count gopkg.in/src-d/hercules.v9/... && sed -i '/cmd\/hercules\|core.go/d' coverage.txt | ||
| - go test -race gopkg.in/src-d/hercules.v9/... # run race test separately to preserve -covermode=count |
dmytrogajewski pushed a commit to dmytrogajewski/hercules that referenced this pull request
Jul 28, 2025CWBudde pushed a commit to CWBudde/hercules that referenced this pull request
Apr 10, 2026Labels
None yet