Skip to content

Commit a5a4848

Browse files
Enable coveralls on Linux-SBCL
1 parent 5715079 commit a5a4848

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
# This action installs roswell and a few other utilities such as qlot
3131
- uses: 40ants/setup-lisp@v2
3232

33+
- name: Configure Coverage
34+
# Only gather code coverage on Linux-SBCL
35+
if: matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
36+
run: echo "COVERALLS=true" >> $GITHUB_ENV
37+
3338
# These steps run our tests
3439
# Windows needs to be run with the msys2 shell due to how roswell is installed
3540
- name: Run tests (Non-Windows)

0 commit comments

Comments
 (0)