Skip to content

Commit 89779ac

Browse files
committed
Try this
1 parent cf8526a commit 89779ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,13 +471,13 @@ jobs:
471471
472472
- name: "Run bashunit tests with code coverage"
473473
shell: bash
474-
run: "./lib/bashunit -p tests/EndToEnd --coverage --coverage-paths src/ --coverage-exclude src/Standards/"
474+
run: "./lib/bashunit -p tests/EndToEnd --coverage --coverage-paths src/ --coverage-exclude src/Standards/ --coverage-report e2e.lcov"
475475

476476
- name: "Upload coverage results to Coveralls"
477477
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
478478
with:
479479
format: lcov
480-
file: coverage/lcov.info
480+
file: e2e.lcov
481481
flag-name: e2e-os-ubuntu-latest-php-${{ matrix.php }}
482482
parallel: true
483483

0 commit comments

Comments
 (0)