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 7a93db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
- uses: actions/checkout@v3
- 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 7a93db2

Please sign in to comment.