Skip to content

Commit d27cdaf

Browse files
yhk1038claude
andcommitted
fix: add CI env var to enable Coveralls upload
The Coveralls formatter in spec_helper.rb requires ENV["CI"] to be set. When step-level env is specified in GitHub Actions, the default CI variable from runner level is not inherited, so it must be explicitly added. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7941505 commit d27cdaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Run tests with coverage
7575
run: bundle exec rspec
7676
env:
77+
CI: true
7778
COVERAGE: true
7879
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
7980

0 commit comments

Comments
 (0)