Open JeremyBradshaw7 opened 2 years ago
Warning: Unexpected input(s) 'filter-changed-files', 'delete-old-comments', valid inputs are ['github-token', 'lcov-file', 'lcov-base']
name: Unit Tests on: [pull_request] jobs: unit_test: runs-on: ubuntu-latest name: Run Unit Tests steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '15.x' cache: 'yarn' - run: yarn install --prefer-offline - run: yarn test - name: Report code coverage uses: romeovs/lcov-reporter-action@v0.2.19 with: filter-changed-files: true delete-old-comments: true lcov-file: ./jest/coverage/lcov.info github-token: ${{ secrets.GITHUB_TOKEN }}
update to 0.3.1
See #46 and #47, I posted workarounds there.
Warning: Unexpected input(s) 'filter-changed-files', 'delete-old-comments', valid inputs are ['github-token', 'lcov-file', 'lcov-base']