Skip to content

Commit 3cd746d

Browse files
committedJan 14, 2022
Disable SimpleCov upload
1 parent 7635ec3 commit 3cd746d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name: ci
1010
- "Rakefile"
1111
- "Gemfile"
1212
- ".rubocop.yml"
13+
- "script/ci"
1314
pull_request:
1415
branches:
1516
- master

‎script/ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ main() {
3030
print_ruby_version
3131
run_code_quality_checks
3232
run_unit_tests
33-
upload_code_coverage
33+
# upload_code_coverage
3434
}
3535

3636
main

0 commit comments

Comments
 (0)
Please sign in to comment.