-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adds initial markdown creation
- Loading branch information
1 parent
ae61499
commit c249309
Showing
15 changed files
with
6,717 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
save-exact=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# vitest-coverage-report-action | ||
A GitHub Action to report vitest test coverage results | ||
|
||
A GitHub Action to report vitest test coverage results. | ||
|
||
## Current States | ||
|
||
This is a work in progress projects. Currently, it will only take an already created `json-summary`-report, convert it to markdown and export that to: | ||
|
||
1. A comment within an associated pull-request (if there is one) | ||
2. Append it to the [GitHub Step Summary]() | ||
|
||
Currently work in progress. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: 'David Losert' | ||
description: 'Provide a Vitest Test Coverage Report as Step Summary and Comment in Pull Requests' | ||
author: 'David Losert' | ||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' |
Oops, something went wrong.