fix: check reqs exist - #1835
Merged
Merged
Conversation
thomasrockhu-codecov
approved these changes
Jun 3, 2025
spalmurray
reviewed
Jun 3, 2025
| # The branches below must be a subset of the branches above | ||
| branches: [ main ] | ||
| branches: [main] | ||
| schedule: |
Contributor
There was a problem hiding this comment.
TIL how to schedule action runs
Contributor
There was a problem hiding this comment.
fyi, these are... fluffy. don't rely on crons in GHA for precise timing
spalmurray
reviewed
Jun 3, 2025
| verbose: true | ||
| token: ${{ secrets.CODECOV_TOKEN }} | ||
|
|
||
| run-alpine: |
spalmurray
reviewed
Jun 3, 2025
| runs: | ||
| using: "composite" | ||
| steps: | ||
| - name: Detect shell |
Contributor
There was a problem hiding this comment.
why is this necessary? Can't we just use sh for everything?
spalmurray
reviewed
Jun 3, 2025
| fi | ||
| - name: Action version | ||
| shell: bash | ||
| shell: ${{ env.CC_SHELL }} |
Contributor
There was a problem hiding this comment.
W that all this stuff just works in the less featured shells
spalmurray
approved these changes
Jun 3, 2025
We are requiring users to have the requirements for the action installed ahead of time, and we want to be in control of the error messaging.