diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0bb72cc85ecb6..430eee0086802 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@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 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@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 with: directory: ./web/app/coverage flags: unittests,javascript