sarbbottam / eslint-find-rules

Find built-in ESLint rules you don't have in your custom config
http://npm.im/eslint-find-rules
MIT License
201 stars 33 forks source link

[Tests] migrate travis-ci to Github Actions #338

Closed ljharb closed 2 years ago

ljharb commented 2 years ago

travis seems dead.

ljharb commented 2 years ago

Crap, unfortunately this won't run until some workflow is merged to master. See #339.

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4b6e9df). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master      #338   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         9           
  Lines             ?       181           
  Branches          ?         0           
==========================================
  Hits              ?       181           
  Misses            ?         0           
  Partials          ?         0           
Impacted Files Coverage Δ
src/bin/find.js 100.00% <100.00%> (ø)
src/lib/cli-util.js 100.00% <100.00%> (ø)
src/lib/rule-finder.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b6e9df...bc91e07. Read the comment docs.

MichaelDeBoey commented 2 years ago

This PR can be rebased on main I think?

ljharb commented 2 years ago

I think these test failures are likely legitimate - altho they might be related to our use of proxyquire in tests.

The only remaining test failures are "timeout" ones. They all seem to fail consistently (and I can reproduce locally) in node 10 or below.

We can't (and shouldn't) drop support for that, but we might still choose to make those optional so this can get landed. Thoughts? @jfmengels @sarbbottam @ta2edchimp