diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0bb72cc85ecb6..a4e8868a16048 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,7 +25,7 @@ jobs: # TODO: validate bin/protoc-go.sh does not dirty the repo gotestsum -- -cover -coverprofile=coverage.out -race -v -mod=readonly ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 + uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 with: files: ./coverage.out flags: unittests,golang @@ -47,7 +47,7 @@ jobs: bin/web --frozen-lockfile bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js" --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 + uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 with: directory: ./web/app/coverage flags: unittests,javascript