-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3df651a
commit baa7d3e
Showing
1 changed file
with
13 additions
and
0 deletions.
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,13 @@ | ||
- name: Ponicode Unit Test | ||
# You may pin to the exact commit or the version. | ||
# uses: ponicode/unit-testing-action@ab61a5a8e527affa366dda30d40fb205147b2513 | ||
uses: ponicode/[email protected] | ||
with: | ||
# Path of repo to generate unit tests for | ||
repoPath: # default is ./ | ||
# Ponicode token to use Ponicode API | ||
authToken: # default is | ||
# Boolean. Enter true to generate test for changes since last repo or enter false if you want to generate for the whole repo | ||
changedFilesOnly: # optional, default is false | ||
# String. Enter the path to your coverage-final.json (Example: coverage/coverage-final.json) | ||
coverageJsonPath: # optional |