-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused CodeCov and OpenCover dependencies.
Remove vestigial .axoCover settings as well.
- Loading branch information
Showing
6 changed files
with
27 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
name: 'Test' | ||
description: 'Run tests' | ||
inputs: | ||
target-path: | ||
description: The path to the test adapter that should be used to run the tests | ||
required: true | ||
target-args: | ||
description: The arguments to be passed to the test adapter | ||
required: false | ||
default: "" | ||
runs: | ||
using: composite | ||
steps: | ||
- name: Run tests | ||
id: runTests | ||
run: | | ||
$runTestCmd = "${{ inputs.target-path }} ${{ inputs.target-args }}" | ||
ECHO Invoking... $runTestCmd | ||
Invoke-Expression $runTestCmd | ||
shell: pwsh |
This file was deleted.
Oops, something went wrong.
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
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
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