-
Notifications
You must be signed in to change notification settings - Fork 834
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
chore: improve test coverage #1631
Conversation
/azp run |
Hey @mhamilton723 👋! |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1631 +/- ##
==========================================
- Coverage 83.24% 81.64% -1.61%
==========================================
Files 287 287
Lines 15080 15104 +24
Branches 743 756 +13
==========================================
- Hits 12554 12331 -223
- Misses 2526 2773 +247
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
44c6d9a
to
6c33ecc
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
0cbec5a
to
10389a5
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
10389a5
to
fb7f191
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
fb7f191
to
94b8fd2
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
94b8fd2
to
4dafa61
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
4dafa61
to
e23f021
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
e23f021
to
fa5cd8c
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Related Issues/PRs
#xxx
What changes are proposed in this pull request?
Briefly describe the changes included in this Pull Request.
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentation
folder.Make sure you choose the correct class
estimators/transformers
and namespace.DocTable
points to correct API link.yarn run start
to make sure the website renders correctly.<!--pytest-codeblocks:cont-->
before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTests
job pass in the pipeline.AB#1946165