Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed May 12, 2024
1 parent ed2664f commit 84fcc94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
- name: Test
run: make test

- name: Create cover.txt
run: make cover.txt
- name: Create cover files
run: |
make cover.txt
make cover.html
- name: Go Beautiful HTML Coverage
uses: kilianc/github-action-go-coverage@v1
Expand Down

0 comments on commit 84fcc94

Please sign in to comment.