Skip to content

Commit

Permalink
Upload html report
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Jul 12, 2024
1 parent d7b03f5 commit e56cf70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: |
make
- run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
- name: check test coverage
uses: vladopajic/go-test-coverage@v2
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
profile: cover.out
local-prefix: github.com/Rocket-Rescue-Node/rescue-proxy
name: code-coverage
path: ./cover.out

0 comments on commit e56cf70

Please sign in to comment.