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
Describe the bug My dist directory is showing up in the report.
dist
To Reproduce
.gitignore
typescript-coverage-report
Expected behaviour dist to be ignored as it's in the .gitignore.
Environment
^0.6.0
v16.x
The text was updated successfully, but these errors were encountered:
@OmgImAlexis shouldn't you add dist to your ignore folders in the tsconfig instead?
tsconfig
Sorry, something went wrong.
@alexcanessa no as I have my includes setup. Is this not respecting the includes? 🤔
@OmgImAlexis in theory it matches anything that TS matches too? I am not sure.
No branches or pull requests
Describe the bug
My
dist
directory is showing up in the report.To Reproduce
dist
..gitignore
.typescript-coverage-report
.Expected behaviour
dist
to be ignored as it's in the.gitignore
.Environment
^0.6.0
v16.x
The text was updated successfully, but these errors were encountered: