diff --git a/.nycrc.json b/.c8rc.json similarity index 72% rename from .nycrc.json rename to .c8rc.json index 9e2a9acd3..9055f4589 100644 --- a/.nycrc.json +++ b/.c8rc.json @@ -2,7 +2,8 @@ "all": true, "cache": false, "exclude": ["**/*.d.ts"], + "exclude-after-remap": true, "extension": [".ts"], "include": ["build/compiled/src/**", "src/**"], - "reporter": "lcov" + "reporter": ["lcov"] } diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2d2835648..c652216ed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -33,8 +33,8 @@ - [ ] Code is up-to-date with the `master` branch - [ ] This pull request links relevant issues as `Fixes #00000` -- [ ] There are new or updated unit tests validating the change -- [ ] Documentation has been updated to reflect this change +- [ ] There are new or updated tests validating the change (`tests/**.test.ts`) +- [ ] Documentation has been updated to reflect this change (`docs/docs/**.md`)