matrix-org / vodozemac

An implementation of Olm and Megolm in pure Rust.
Apache License 2.0
155 stars 29 forks source link

Add a Developer Certificate of Origin #163

Closed joshsimmons closed 1 month ago

joshsimmons commented 1 month ago

The Matrix.org Foundation is rolling out this DCO across all public repositories in its namespace. Of note, this DCO does not require the use of "real" or "legally identifiable" names.

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 90.55%. Comparing base (9d90ff0) to head (69a7740).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ========================================== - Coverage 90.57% 90.55% -0.02% ========================================== Files 34 34 Lines 1909 1905 -4 ========================================== - Hits 1729 1725 -4 Misses 180 180 ```

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

poljar commented 1 month ago

I wonder if we should enforce this with a GitHub action https://github.com/apps/dco organization-wide.