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

Disable include-ignored coverage warnings #903

Merged

Conversation

pentschev
Copy link
Member

Disable warnings that are printed hundreds of times in CI:

/opt/conda/envs/rapids/lib/python3.8/site-packages/coverage/inorout.py:472:CoverageWarning: --include is ignored because --source is set (include-ignored)
  self.warn("--include is ignored because --source is set", slug="include-ignored")

Disable warnings that are printed hundreds of times in CI:

```
/opt/conda/envs/rapids/lib/python3.8/site-packages/coverage/inorout.py:472:CoverageWarning: --include is ignored because --source is set (include-ignored)
  self.warn("--include is ignored because --source is set", slug="include-ignored")
```
@pentschev pentschev added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 27, 2022
@pentschev
Copy link
Member Author

Thanks @raydouglass !

@pentschev
Copy link
Member Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 22e9c75 into rapidsai:branch-22.06 Apr 27, 2022
@pentschev pentschev deleted the disable-coverage-warnings branch June 23, 2022 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants