Repo: codecov coverage reports are not longer uploaded #8166
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
This PR #7567 pinned
PRIMARY_NODE_VERSION
variable in CI to>=20.6.1
typescript-eslint/.github/workflows/ci.yml
Lines 16 to 17 in e566a5d
But this variable is also compared to
matrix.node-version
which van be16
or20
typescript-eslint/.github/workflows/ci.yml
Lines 194 to 217 in e566a5d
'>=20.6.1' == '20'
->false
Thus, the coverage isn't collected and uploaded
I think we can unpin it since the current version of Node.js is already
20.10.0
The text was updated successfully, but these errors were encountered: