Skip to content

Commit

Permalink
feat: Adds initial markdown creation
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Jun 10, 2022
1 parent ae61499 commit c249309
Show file tree
Hide file tree
Showing 15 changed files with 6,717 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
12 changes: 11 additions & 1 deletion README.md
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.
6 changes: 6 additions & 0 deletions action.yml
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'
Loading

0 comments on commit c249309

Please sign in to comment.