JKRhb / dtls2

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

ci: don't skip test under macOS #105

Closed JKRhb closed 2 months ago

JKRhb commented 2 months ago

Currently, there is one test being skipped under macOS. Since that does not seem to be necessary anymore, this PR re-enables the test for all platforms.

For the test to actually work, however, the security level needs to be lowered to still support the cipher suite TLS_PSK_WITH_AES_128_CCM_8. This will probably be revisited in upcoming PRs.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 83.37%. Comparing base (643eb35) to head (4869095).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ========================================== + Coverage 82.76% 83.37% +0.61% ========================================== Files 11 11 Lines 737 740 +3 ========================================== + Hits 610 617 +7 + Misses 127 123 -4 ```

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