We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/[email protected] with: filter-changed-files: true delete-old-comments: true lcov-file: ./jest/coverage/lcov.info github-token: ${{ secrets.GITHUB_TOKEN }}
The text was updated successfully, but these errors were encountered:
update to 0.3.1
Sorry, something went wrong.
See #46 and #47, I posted workarounds there.
No branches or pull requests
Warning: Unexpected input(s) 'filter-changed-files', 'delete-old-comments', valid inputs are ['github-token', 'lcov-file', 'lcov-base']
The text was updated successfully, but these errors were encountered: