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

🔍 ignore errors when reading source files #514

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

kevinsantana11
Copy link
Contributor

Windows environment coverage report could not be created because the github runner environment includes a folder that's missing the init.py file.

Ignoring these kinds of errors fixes the CI builds and while we ignore code parsing errors it should be noted that our code is executed via unit test and statically analyzed by a linter and type checker before separately meaning that any kind of code parsing errors would be caught by those tools.

Windows environment coverage report could not be created because the github runner environment includes a folder that's missing the __init__.py file. 

Ignoring these kinds of errors fixes the CI builds and while we ignore code parsing errors it should be noted that our code is executed via unit test and statically analyzed by a linter and type checker before separately meaning that any kind of code parsing errors would be caught by those tools.
also ignore when generating xml report
@kevinsantana11 kevinsantana11 merged commit 858a9bc into main Aug 24, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

1 participant