mdx-js / eslint-mdx

ESLint Parser/Plugin for MDX
https://npmjs.org/eslint-plugin-mdx
MIT License
264 stars 32 forks source link

ci: migrate to GitHub Actions instead #322

Closed JounQin closed 3 years ago

JounQin commented 3 years ago

@wooorm Here we go.

codesandbox-ci[bot] commented 3 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codecov-commenter commented 3 years ago

Codecov Report

Merging #322 (b5594a9) into master (0041bdd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #322    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           16        21     +5     
  Lines          314       507   +193     
  Branches        58       106    +48     
==========================================
+ Hits           314       507   +193     
Impacted Files Coverage Δ
.eslintrc.js 100.00% <ø> (ø)
test/helpers.ts 100.00% <ø> (ø)
packages/eslint-mdx/src/helpers.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/index.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/parser.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/regexp.ts 100.00% <100.00%> (ø)
packages/eslint-mdx/src/traverse.ts 100.00% <100.00%> (ø)
packages/eslint-plugin-mdx/src/configs/base.ts 100.00% <100.00%> (ø)
...kages/eslint-plugin-mdx/src/configs/code-blocks.ts 100.00% <100.00%> (ø)
...ackages/eslint-plugin-mdx/src/configs/overrides.ts 100.00% <100.00%> (ø)
... and 25 more

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 ea49cac...b5594a9. Read the comment docs.