diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 731b6bb..5c12bba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,5 +56,4 @@ jobs: uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.txt fail_ci_if_error: true diff --git a/Makefile b/Makefile index b434b60..5974e5c 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ sec: ./$(BIN) ./... test-coverage: install-test-deps - go test -race -coverprofile=coverage.txt -covermode=atomic + go test -race -v -count=1 -coverprofile=coverage.out ./... build: go build -o $(BIN) ./cmd/gosec/