Skip to content

Make test methods public #4532

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

Merged
merged 1 commit into from
Dec 8, 2019
Merged

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 6, 2019

Fixes IDE0051 (Private member is unused)

@sharwell sharwell requested a review from a team as a code owner December 6, 2019 22:41
@sharwell sharwell mentioned this pull request Dec 6, 2019
Copy link
Member

@codemzs codemzs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Fixes IDE0051 (Private member is unused)
@sharwell sharwell force-pushed the public-test-methods branch from 117151d to d696694 Compare December 8, 2019 00:29
@codecov
Copy link

codecov bot commented Dec 8, 2019

Codecov Report

Merging #4532 into master will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4532      +/-   ##
==========================================
+ Coverage    75.1%   75.11%   +0.01%     
==========================================
  Files         908      908              
  Lines      160260   160260              
  Branches    17259    17259              
==========================================
+ Hits       120369   120386      +17     
+ Misses      35070    35059      -11     
+ Partials     4821     4815       -6
Flag Coverage Δ
#Debug 75.11% <ø> (+0.01%) ⬆️
#production 70.52% <ø> (+0.01%) ⬆️
#test 90.26% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...rosoft.ML.Tests/Transformers/SelectColumnsTests.cs 100% <ø> (ø) ⬆️
...est/Microsoft.ML.Tests/Transformers/ConcatTests.cs 91.81% <ø> (ø) ⬆️
...icrosoft.ML.Functional.Tests/DataTransformation.cs 100% <ø> (ø) ⬆️
....ML.Tests/Transformers/CopyColumnEstimatorTests.cs 95.96% <ø> (ø) ⬆️
...rios/Api/Estimators/DecomposableTrainAndPredict.cs 100% <ø> (ø) ⬆️
...osoft.ML.OnnxTransformerTest/OnnxTransformTests.cs 97.38% <ø> (ø) ⬆️
...est/Microsoft.ML.Tests/TensorFlowEstimatorTests.cs 98.14% <ø> (ø) ⬆️
...sts/Scenarios/Api/Estimators/PredictAndMetadata.cs 100% <ø> (ø) ⬆️
...ML.Tests/Scenarios/Api/Estimators/Extensibility.cs 100% <ø> (ø) ⬆️
test/Microsoft.ML.Tests/OnnxConversionTest.cs 95.22% <ø> (ø) ⬆️
... and 19 more

@sharwell sharwell merged commit 8cc2f6f into dotnet:master Dec 8, 2019
@sharwell sharwell deleted the public-test-methods branch December 8, 2019 04:08
@ghost ghost locked as resolved and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants