A minor nit...
cclauss opened this issue · 2 comments
cclauss commented
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
if: ${{ success() }}
Is this backwards? If success then run... -- I know that it runs either way but I find it a bit confusing.
dhruvmanila commented
I don't think it matters but for readability's sake I will change the order.
cclauss commented
This podcast episode is about the building of the gh
CLI https://changelog.com/gotime/153