- uses: getOtterWise/github-action@v1
with:
token: ${{ secrets.OTTERWISE_TOKEN }}Or specify file if not placed in common path:
- uses: getOtterWise/github-action@v1
with:
token: ${{ secrets.OTTERWISE_TOKEN }}
file: build/coverage/clover.xmlAdd type coverage path
- uses: getOtterWise/github-action@v1
with:
token: ${{ secrets.OTTERWISE_TOKEN }}
file: build/coverage/clover.xml
type-coverage-file: pest-type-cov.json