You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This reusable action runs unit tests on a .NET project and generates a code coverage report. It supports configuration for custom test project paths, exclusion of files and modules from coverage, and setting a coverage threshold.",
"main": "dist/index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"build": "ncc build src/index.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"