JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

ci: use most recent OpenSSL version under Windows #104

Closed JKRhb closed 4 months ago

JKRhb commented 4 months ago

This PR removes the fixed version from the choco install command in the CI to let the respective workflow use the most recent version of OpenSSL under Windows. This might be revisited at a later point in time to test with multiple versions of OpenSSL.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.37%. Comparing base (7ef8b5a) to head (e24f888).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #104 +/- ## ======================================= Coverage 83.37% 83.37% ======================================= Files 11 11 Lines 740 740 ======================================= Hits 617 617 Misses 123 123 ```

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