Simen Bekkhus
Simen Bekkhus
Same OIDC error now.
Not certain at all 😃 Currently at a concert, but I can update it tonight (or tomorrow if it gets too late 😅)
I forgot, but updated the token now. > > I don't understand how they messed up the action so bad 😅 > > Sorry about that, there were more moving...
Oh, seems to work now! https://app.codecov.io/github/jest-community/eslint-plugin-jest/pull/1494
Ah, it's a `--coverage false` which fails as it doesn't find files. That seem very fair
This PR is not from a fork tho, so if https://github.com/codecov/feedback/issues/358 is an issue, that'll only be known after landing
Is it possible to add an autofix for this? I.e. detecting what globals are used, and add either an `import` or `require` of them? I think just flagging global usage...
https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/ 😀
@G-Rath I don't have any particular preferences - I like the approach of the PRs you've submitted 👍
I'm trying to upgrade, but I'm getting `Cannot find module 'node:util/types' from 'node_modules/babel-plugin-tester/dist/plugin-tester.js'` on node 14. ```sh-session $ node Welcome to Node.js v14.20.0. Type ".help" for more information. > require('node:util/types')...