-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: migrate to GitHub Actions instead #322
Conversation
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 Report
@@ 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
Continue to review full report at Codecov.
|
@@ -10,8 +10,7 @@ | |||
</a> | |||
</p> | |||
|
|||
[![Travis](https://img.shields.io/travis/com/mdx-js/eslint-mdx.svg)](https://travis-ci.com/mdx-js/eslint-mdx) | |||
[![Codacy Grade](https://img.shields.io/codacy/grade/4ea8225261c04837995a858676caae4b)](https://www.codacy.com/app/JounQin/eslint-mdx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wooorm Can you help to enable https://app.codacy.com/manual/mdx-js/eslint-mdx for this repo only? I think codacy is a good service to display the project code grade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would really prefer to keep such tools to a minimum.
Each new service provides a new vector to be hacked.
Recently codecov had an incident: https://about.codecov.io/security-update/.
The less services you use, the more secure things are.
Can you do without it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, not a required one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wooorm Good to approve then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, looks good otherwise!!
@wooorm Here we go.