We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8526a commit 89779acCopy full SHA for 89779ac
.github/workflows/test.yml
@@ -471,13 +471,13 @@ jobs:
471
472
- name: "Run bashunit tests with code coverage"
473
shell: bash
474
- run: "./lib/bashunit -p tests/EndToEnd --coverage --coverage-paths src/ --coverage-exclude src/Standards/"
+ run: "./lib/bashunit -p tests/EndToEnd --coverage --coverage-paths src/ --coverage-exclude src/Standards/ --coverage-report e2e.lcov"
475
476
- name: "Upload coverage results to Coveralls"
477
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
478
with:
479
format: lcov
480
- file: coverage/lcov.info
+ file: e2e.lcov
481
flag-name: e2e-os-ubuntu-latest-php-${{ matrix.php }}
482
parallel: true
483
0 commit comments