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

Add missing spaces to fix MD table #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

tomwillis608
Copy link

@tomwillis608 tomwillis608 commented May 24, 2022

This pull request proposes a restyling of the results table, which is a change at line 37 of index.js.
The package-lock.json file was updated with npm audit and npm update.
The dist version of index.js had quite a few changes after npm run package with the new lock file.

This is the table I see in my repo's PR as created by the master branch of this repo:
image

This is the table rendered with the changes in this PR:
image

I hope you find this useful.

@@ -34,12 +34,14 @@ async function run() {
const json = JSON.parse(data);

const coverage = `<!--json:${JSON.stringify(originMeta)}-->
|${inputs.title}| % | values |
Copy link
Author

Choose a reason for hiding this comment

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

Dear reviewer, this is the fundamental code change, to restyle the coverage results table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants