refactor: improve types coverage#20402
Conversation
|
|
This PR is packaged and the instant preview is available (97decb4). Install it locally:
npm i -D webpack@https://pkg.pr.new/webpack@97decb4
yarn add -D webpack@https://pkg.pr.new/webpack@97decb4
pnpm add -D webpack@https://pkg.pr.new/webpack@97decb4 |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
|
still WIP |
| id: findPr | ||
|
|
||
| - uses: Nef10/lcov-reporter-action@1814ba7cc12deff58d1f868c5960d8a8c5b4f040 # v0.3.0 | ||
| with: | ||
| pr-number: ${{ github.event.pull_request.number }} | ||
| pr-number: ${{ steps.findPr.outputs.number }} |
There was a problem hiding this comment.
What's the difference between the findPr and the old method?
There was a problem hiding this comment.
There is no github.event.pull_request.number when you merge PRs into main
Summary
update tooling to improve type coverage
What kind of change does this PR introduce?
ci
Did you add tests for your changes?
Existing
Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Nothing