aleph-im / aleph-sdk-python

Python SDK library for the Aleph.im network
MIT License
2 stars 4 forks source link

Run tests daily in order to catch dependency updates #117

Closed hoh closed 3 months ago

hoh commented 3 months ago

Problem: Since the SDK is a library, it should not enforce the version of the libraries it requires too strictly.

This causes issues when an incompatible dependency upgrade breaks compatibility without anyone noticing except for the next CI build.

Solution: Run tests daily with the latest dependencies.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 83.67%. Comparing base (1c2d57d) to head (8a60e11).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ======================================= Coverage 83.67% 83.67% ======================================= Files 27 27 Lines 1084 1084 Branches 181 181 ======================================= Hits 907 907 Misses 175 175 Partials 2 2 ```

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