Commit a70b74f
authored
ci: fix coverage badge command (#1038)
## Summary
- fix coverage badge script in GitHub Actions to pass required flags
## Testing
- `bundle exec rubocop` *(fails: bundler: command not found: rubocop)*
- `bin/ci` *(fails: bundler: command not found: rails)*
- `bundle exec brakeman -q -w2` *(fails: bundler: command not found:
brakeman)*
- `bundle exec bundler-audit --update` *(fails: bundler: command not
found: bundler-audit)*
- `bin/codex_style_guard` *(fails: bundler: command not found: rubocop)*
------
https://chatgpt.com/codex/tasks/task_e_689c72c076548321a2b96c7431330f4e1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments