fix: support passing all UseVisitorDataOptions
to getData
function
#61
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check coverage for PR | |
on: | |
pull_request: | |
jobs: | |
run-tests-check-coverage: | |
name: Run tests & check coverage | |
permissions: | |
checks: write | |
pull-requests: write | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/coverage-diff.yml@v1 | |
with: | |
testScript: pnpm test -- |