Skip to content

Commit

Permalink
Merge pull request #124 from nao1215/feat/octocov-and-hottest
Browse files Browse the repository at this point in the history
introduce hottest action
  • Loading branch information
nao1215 authored Dec 4, 2023
2 parents 325dcff + 7be4e4f commit 51d24e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51d24e6

Please sign in to comment.