Skip to content
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

README badges #59

Merged
merged 1 commit into from
Feb 27, 2023
Merged

README badges #59

merged 1 commit into from
Feb 27, 2023

Conversation

markdlv
Copy link
Contributor

@markdlv markdlv commented Feb 24, 2023

No description provided.

hemp
hemp previously approved these changes Feb 25, 2023
sternetj
sternetj previously approved these changes Feb 27, 2023
package.json Outdated
@@ -13,6 +13,7 @@
"lint:fix": "yarn lint --fix",
"test": "yarn jest",
"test:ci": "yarn lint && yarn jest --coverage --runInBand --silent --ci --logHeapUsage",
"coverage": "cat ./coverage/lcov.info | coveralls",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do exactly? Looking at the library it pushes it to coveralls.io but isn't that what the github action is for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 spot on. I'm not even calling yarn coverage within this PR 🤦. This is nice for testing/debugging, but it doesn't really need to be in package.json/yarn.lock - removing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha 👍, I was confused and thought you knew something I didn't because the action's own docs points you at that library and I thought maybe it called that command internally or something.

Copy link
Contributor Author

@markdlv markdlv Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 glad to turn around and add it back if the master merge fails, but pretty sure the Github Action is self-sufficient - worked successfully on PR. We'll see for sure here in a minute.

namick
namick previously approved these changes Feb 27, 2023
Base automatically changed from PHC-4148-contributing to master February 27, 2023 15:36
@markdlv markdlv merged commit aaf1dfa into master Feb 27, 2023
@markdlv markdlv deleted the PHC-4152-readme-badges branch February 27, 2023 16:29
@github-actions
Copy link

🎉 This PR is included in version 1.1.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Has been released to the package repository (NPM, etc) label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Has been released to the package repository (NPM, etc)
Projects
None yet
4 participants