configcat / .net-sdk

ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/csharp
Other
29 stars 8 forks source link

Set java home to jdk11 for sonarcloud #20

Closed z4kn4fein closed 3 years ago

z4kn4fein commented 3 years ago

Describe the purpose of your pull request

Sonarcloud scans are failing due to a wrong java version, so this PR points the JAVA_HOME env variable to jdk11.

Requirement checklist (only if applicable)

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (c700a49) into master (3ec1004) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c700a49 differs from pull request most recent head 2d2cfa0. Consider uploading reports for the commit 2d2cfa0 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files          27       27           
  Lines         700      700           
  Branches      160      160           
=======================================
  Hits          655      655           
  Misses         12       12           
  Partials       33       33           
Impacted Files Coverage Δ
src/ConfigCatClient/ConfigCatClient.cs 90.15% <0.00%> (ø)
src/ConfigCatClient/HttpConfigFetcher.cs 90.47% <0.00%> (ø)
src/ConfigCatClient/Evaluate/RolloutEvaluator.cs 95.32% <0.00%> (ø)
...ConfigCatClient/ConfigService/ConfigServiceBase.cs 92.85% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ec1004...2d2cfa0. Read the comment docs.