Files
npm-audit-action/DEVELOPMENT.md

779 B

Resources

@actions/core

@octokit/rest

GitHub REST API v3

Development Instructions

Running Tests

This project uses Vitest for testing. To run the tests, use the following command:

npm run test

Vitest will execute all test files and provide a detailed report of the results.

Generating Coverage Reports

To generate a test coverage report, use the following command:

npm run test:coverage

The coverage report will be available in the coverage directory.