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

Allow post the report to job summary #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.14.0
yarn 1.22.21
yarn 1.22.22
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ inputs:
description: Set working directory if project is not in root folder
required: false
default: "./"
post-to:
description: Post the coverage report to either "comment" or "job-summary"
required: false
default: "comment"
title:
description: Title to add to the comment
required: false
runs:
using: node20
main: dist/main.js
main: dist/main.cjs
Loading