From 7be4e4f96d61db2174f2a1a428b6610e7a4d365a Mon Sep 17 00:00:00 2001 From: CHIKAMATSU Naohiro Date: Mon, 4 Dec 2023 22:37:23 +0900 Subject: [PATCH] introduce hottest action --- .github/workflows/linux_test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 868ff47..87a95e8 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -25,6 +25,7 @@ jobs: go-version: "1" check-latest: true - - name: Run tests with coverage report output - run: go test ./... -coverprofile=coverage.out + - uses: nao1215/actions-hottest@v1 + with: + args: '-cover -coverpkg=./... -coverprofile=coverage.out ./...' - uses: k1LoW/octocov-action@v0