The Wayback Machine - https://web.archive.org/web/20221022185231/https://github.com/dotnet/machinelearning/pull/6385
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

Fix warnings and enable warningsAsError #6385

Merged
merged 2 commits into from Oct 18, 2022
Merged

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Oct 17, 2022

This cleans up all warnings in the repo and enables warningAsError so new warnings are not introduced.

@ericstj
Copy link
Member Author

ericstj commented Oct 17, 2022

@tarekgh I fixed the <inheritdoc/> syntax.

@codecov
Copy link

codecov bot commented Oct 17, 2022

Codecov Report

Merging #6385 (3f366dd) into main (ce0a5ba) will increase coverage by 0.04%.
The diff coverage is 90.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6385      +/-   ##
==========================================
+ Coverage   68.46%   68.50%   +0.04%     
==========================================
  Files        1165     1165              
  Lines      246202   246202              
  Branches    25558    25746     +188     
==========================================
+ Hits       168550   168652     +102     
+ Misses      70967    70862     -105     
- Partials     6685     6688       +3     
Flag Coverage Δ
Debug 68.50% <90.10%> (+0.04%) ⬆️
production 62.92% <0.00%> (+0.05%) ⬆️
test 88.98% <91.11%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...a.Analysis.Interactive/DataFrameKernelExtension.cs 90.83% <0.00%> (ø)
...rc/Microsoft.ML.SearchSpace/Option/ChoiceOption.cs 97.56% <ø> (ø)
src/Microsoft.ML.SearchSpace/Option/NestOption.cs 56.16% <ø> (ø)
...soft.ML.SearchSpace/Option/UniformNumericOption.cs 97.46% <ø> (ø)
src/Microsoft.ML.SearchSpace/Parameter.cs 74.05% <ø> (ø)
src/Microsoft.ML.SearchSpace/SearchSpace.cs 73.36% <ø> (ø)
...ML.Tests/Scenarios/IrisPlantClassificationTests.cs 0.00% <0.00%> (ø)
...ft.ML.CodeAnalyzer.Tests/Code/BaseTestClassTest.cs 100.00% <100.00%> (ø)
...est/Microsoft.ML.Core.Tests/UnitTests/DataTypes.cs 99.35% <100.00%> (ø)
test/Microsoft.ML.CpuMath.UnitTests/UnitTests.cs 95.35% <100.00%> (ø)
... and 44 more

@ericstj ericstj merged commit 9ba2cd7 into dotnet:main Oct 18, 2022
22 checks passed
ericstj added a commit to ericstj/machinelearning that referenced this pull request Oct 19, 2022
* Fix warnings and enable warningsAsError

* Fix usage of <inheritdoc/>
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.

None yet

2 participants