diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 34294a3..3209583 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -58,7 +58,7 @@ jobs: - name: Unit Tests run: make mod_download && make test_unit_codecov - name: Push CodeCov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3.1.1 with: file: coverage.txt flags: unittests diff --git a/Makefile b/Makefile index 80ed5f0..0b5dae5 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,3 @@ compile: .PHONY: test_unit_codecov test_unit_codecov: go test ./... -race -coverprofile=coverage.txt -covermode=atomic - curl -s https://codecov.io/bash > codecov_bash.sh && bash codecov_bash.sh