Skip to content

Commit

Permalink
Merge pull request #899 from recurly/coverage
Browse files Browse the repository at this point in the history
Adds coveralls reporting to CI
  • Loading branch information
gilv93 authored Sep 6, 2024
2 parents e65823f + 68957ab commit 538a80a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,16 @@ 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:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
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 538a80a

Please sign in to comment.