-go list -f '{{.Dir}}' -m | xargs golangci-lint run
artifacts:
reports:
codequality:$REPORT_FILENAME
@@ -173,7 +173,7 @@ tests:unit:
COVERPROFILE_FILENAME:coverage.out
COVERPROFILE_XML_FILENAME:coverage.xml
script:
-go run gotest.tools/gotestsum@${GOTESTSUM_VERSION} --format=standard-quiet --junitfile=$JUNIT_FILENAME -- -race -coverprofile=$COVERPROFILE_FILENAME -covermode=atomic ./...
-go run gotest.tools/gotestsum@${GOTESTSUM_VERSION} --format=standard-quiet --junitfile=$JUNIT_FILENAME -- -race -coverprofile=$COVERPROFILE_FILENAME -covermode=atomic work