Skip to content

Commit

Permalink
Report test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Feb 7, 2023
1 parent 89002c3 commit 0a98e48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deployment.yaml
Expand Up @@ -19,7 +19,12 @@ jobs:
with: {version: v1.50.1}

- name: Test
run: go test ./...
run: go test -coverprofile=profile.cov ./...

- name: Coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

test-wasm:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 0a98e48

Please sign in to comment.