influxdata / influxdb-client-csharp

InfluxDB 2.x C# Client
https://influxdata.github.io/influxdb-client-csharp/api/InfluxDB.Client.html
MIT License
355 stars 95 forks source link

feat: rework CI pipeline to support C# 12, .NET 8.0 and tests on .NET Framework 4.8 #613

Closed Sylvain2703 closed 1 month ago

Sylvain2703 commented 7 months ago

Proposed Changes

Features

Tests

Build

Checklist

codecov-commenter commented 7 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (9c54998) 87.13% compared to head (5d97ebf) 89.26%. Report is 87 commits behind head on master.

Files Patch % Lines
Client.Core/Internal/AbstractQueryClient.cs 60.00% 3 Missing and 1 partial :warning:
Client.Core/Internal/EnumConverter.cs 0.00% 2 Missing :warning:
Client/Internal/ApiClient.cs 83.33% 2 Missing :warning:
Client/Internal/MeasurementMapper.cs 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #613 +/- ## ========================================== + Coverage 87.13% 89.26% +2.12% ========================================== Files 77 47 -30 Lines 6893 2123 -4770 Branches 0 311 +311 ========================================== - Hits 6006 1895 -4111 + Misses 887 176 -711 - Partials 0 52 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bednar commented 1 month ago

This PR has been closed because it has not had recent activity. Please reopen if this PR is still important to you and you want to continue with them.