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 b7b9197
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,15 @@ jobs:
- integration_test
steps:
- uses: actions/checkout@v3
- uses: browser-actions/setup-chrome@v1
- name: Build
run: make build
- name: Report coverage
uses: coactions/setup-xvfb@v1
env:
DISPLAY: :99
with:
run: make test-unit-cov-ci
- uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCR_QA_PUBLIC_DEVOPS_SA }}
Expand Down
2 changes: 1 addition & 1 deletion karma.ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
} = require('./test/conf/browserstack');

const {
BROWSER = 'chrome',
BROWSER = 'Chrome',
REPORT_COVERAGE = false,
GITHUB_RUN_ID
} = process.env;
Expand Down

0 comments on commit b7b9197

Please sign in to comment.