Skip to content

Commit

Permalink
docs: type update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Feb 4, 2025
1 parent c13ace9 commit 606f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ export type CoverageHandler = {
3. Create a new coverage handler class in `src/handlers` with a `constructor`, `processFile` and `finalize` class.
1. The `finalize` class should sort items in the coverage object before returning.
4. Add new coverage handler class to `src/handlers/getCoverageHandler.ts`.
5. Add new coverage handler object type to `src/helpers/generateReport.ts` and add anything needed to create the final report for that format.
5. Add new `{format}CoverageObject` type to `src/helpers/generateReport.ts` and add anything needed to create the final report for that format.
6. Add new unit and non-unit tests for new format to `test/commands/acc-transformer`.

0 comments on commit 606f0da

Please sign in to comment.