Skip to content

Commit e10b804

Browse files
committed
Skip coverage uploads altogether
We don't use them via CI, so there's no need to do the extra work right now.
1 parent 4b91b8d commit e10b804

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ jobs:
2828

2929
- name: Rake
3030
run: bundle exec rake
31-
32-
- name: Archive SimpleCov Report
33-
uses: actions/upload-artifact@v4
34-
with:
35-
name: coverage
36-
path: coverage
31+
env:
32+
NO_COVERAGE: true
3733

3834
workflow-keepalive:
3935
if: github.event_name == 'schedule'

0 commit comments

Comments
 (0)