Skip to content

Commit 2ff441d

Browse files
committed
Add debug to reportCoverage action
1 parent c4fb322 commit 2ff441d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
run: |
3232
npm run test
3333
npm run coverage
34+
- name: Publish to coveralls.io
35+
if: ${{ matrix.reportCoverage }}
36+
env:
37+
BLAH: ${{ matrix.reportCoverage }}
38+
run: echo Reporting coverage $BLAH
3439
- name: Publish to coveralls.io
3540
if: ${{ matrix.reportCoverage }}
3641
uses: coverallsapp/[email protected]

0 commit comments

Comments
 (0)