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
Istanbul ignore flags like /* istanbul ignore next */ are being ignore, therefore the test coverage has statements not covered.
/* istanbul ignore next */
Istanbul flags should be taken into account and this action should return the same result as running the test locally.
Action version: 2.1.2
OS, where your action is running (windows, linux): linux
name: test on: pull_request: branches: - master - main - staging jobs: coverage: runs-on: ubuntu-latest steps: - uses: actions/[email protected] - name: 'Create env file' run: | echo "${{ secrets.ENV_FILE }}" > .env - uses: ArtiomTr/[email protected] id: coverage with: package-manager: yarn test-script: yarn jest output: report-markdown - uses: marocchino/[email protected] with: message: ${{ steps.coverage.outputs.report }}
GH Actions
Local
The text was updated successfully, but these errors were encountered:
Hello @n0mbr3al3at0r10 👋,
Could you please share the command you're running, that is producing this output?
Sorry, something went wrong.
ArtiomTr
No branches or pull requests
Describe a bug
Istanbul ignore flags like
/* istanbul ignore next */
are being ignore, therefore the test coverage has statements not covered.Expected behavior
Istanbul flags should be taken into account and this action should return the same result as running the test locally.
Details
Action version: 2.1.2
OS, where your action is running (windows, linux): linux
test.yml file
Screenshots
GH Actions
Local
The text was updated successfully, but these errors were encountered: