BigSamu / OpenSearch_Changelog_Workflow

A reusable workflow for automating changelog and release notes generation processes for OpenSearch repos
Apache License 2.0
0 stars 4 forks source link

Feat/coverage badge #22

Closed BigSamu closed 7 months ago

BigSamu commented 8 months ago

@JohnathonBowers,

The coverage badge badge is ready. I just need your review on the README.md, because I have some conflicts. Hope that this file is OK. I just added one line, which was the badge itself.

In terms of creating the badge, you just need to run npm run test. That command will generate the badge. I made some changes in the script, including moving all the config of jest into package.json.

BigSamu commented 7 months ago

These changes look good to me! As far as the README file, I looked through it. I don't know why the merge conflicts are showing up, since the only difference I see in the text is the addition of the coverage badge.

Perfect! So I didn't mess up with the README.md. That is good! I am proceeding to delete this branch!