Skip to content

Commit

Permalink
Adds coveralls reporting to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Sep 5, 2024
1 parent af46468 commit 266cc72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ jobs:
- integration_test
steps:
- uses: actions/checkout@v3
- uses: browser-actions/setup-chrome@v1
- name: Build
run: make build
- name: Report coverage
run: make test-unit-cov-ci
- uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCR_QA_PUBLIC_DEVOPS_SA }}
Expand Down

0 comments on commit 266cc72

Please sign in to comment.