paragon
paragon copied to clipboard
Enable TypeScript type coverage for PRs and `master`
Improvements
Investigate integrating with type coverage in Paragon CI.
E.g., see https://github.com/plantain-00/type-coverage.
How to setup:
- Log into our web application using Github.
- Click the "Add new project" button.
- You will be redirected back to the GitHub interface where you need to select the appropriate repositories.
- Once done you should be able to see all repositories within our app (if not please refresh). Note that in the right top corner, you can switch between orgs.
- Copy the secret using the "copy" button and paste it as the secret environment inside your CI interface:
CC_SECRET=COPIED SECRET - Install
@codechecks/clientandtypecovpackages. - Let's create
codechecks.ymlfile which is used to declaratively configure multiple checks. config.yml
Result:
@PKulkoRaccoonGang Thanks for providing this info. I will reach out to Axim engineering to see if they'd entertain the idea of authorizing this GitHub application.
@adamstankiewicz Reach out to Axim about bundlesize CI checks as this CI check may be able to do bundlesize as well (no duplicate efforts).