Skip to content

Commit

Permalink
Added missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-imx committed Nov 13, 2023
1 parent 09537e4 commit c397bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/coverage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const fs = require('fs');

const inputs = {
coverage: core.getInput('coverage'),
target: core.getInputs('target'),
};


Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
uses: ./.github/actions/coverage
with:
coverage: ./coverage.out
target: coverage

0 comments on commit c397bce

Please sign in to comment.