Skip to content

Commit 8fa5af1

Browse files
Copilotkwerle
andcommitted
Explicitly set CI env variable for coverage runs
Co-authored-by: kwerle <23320+kwerle@users.noreply.github.com>
1 parent 68ed33f commit 8fa5af1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: make test
2323
- name: Run tests with coverage
2424
run: make coverage
25+
env:
26+
CI: true
2527
- name: Upload coverage to Codecov
2628
uses: codecov/codecov-action@v4
2729
with:

0 commit comments

Comments
 (0)