diff --git a/.github/actions/coverage/index.js b/.github/actions/coverage/index.js index a54259b6..7c895994 100644 --- a/.github/actions/coverage/index.js +++ b/.github/actions/coverage/index.js @@ -3,6 +3,7 @@ const fs = require('fs'); const inputs = { coverage: core.getInput('coverage'), + target: core.getInputs('target'), }; diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e97fe9ec..83a5edee 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,4 +46,5 @@ jobs: uses: ./.github/actions/coverage with: coverage: ./coverage.out + target: coverage