Skip to content

Commit

Permalink
Merge pull request #408 from azu/patch-1
Browse files Browse the repository at this point in the history
docs(README): use k1LoW/octocov-action@v1
  • Loading branch information
k1LoW authored Sep 2, 2024
2 parents c1b02eb + a87f8a2 commit aa5a549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: Run tests with coverage report output
run: go test ./... -coverprofile=coverage.out
-
uses: k1LoW/octocov-action@v0
uses: k1LoW/octocov-action@v1
```
Then, octocov comment the report of the code metrics to the pull request.
Expand Down

0 comments on commit aa5a549

Please sign in to comment.