779 B
779 B
Resources
@actions/core
@octokit/rest
- https://www.npmjs.com/package/@octokit/rest
- https://github.com/octokit/rest.js
- https://octokit.github.io/rest.js/
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.