Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected input(s) 'filter-changed-files', 'delete-old-comments', #39

Open
JeremyBradshaw7 opened this issue Feb 18, 2022 · 2 comments

Comments

@JeremyBradshaw7
Copy link

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 }}
@gresnick
Copy link

update to 0.3.1

@fredrikaverpil
Copy link

See #46 and #47, I posted workarounds there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants