From baa7d3e108b2532fb3c21cbadd613ae0c841de83 Mon Sep 17 00:00:00 2001 From: Tylor Mayfield Date: Sat, 16 Jan 2021 17:27:42 -0500 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9c0f925 --- /dev/null +++ b/.github/workflows/main.yml @@ -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/unit-testing-action@0.0.1-christmas + 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