Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests daily in order to catch dependency updates #117

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

hoh
Copy link
Member

@hoh hoh commented Apr 16, 2024

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.

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.
@hoh hoh changed the title Fix: No notification when dependency update breaks Run tests daily in order to catch dependency updates Apr 16, 2024
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MHHukiewitz MHHukiewitz merged commit ea4acdc into main Apr 16, 2024
13 checks passed
@MHHukiewitz MHHukiewitz deleted the hoh-cron-run branch April 16, 2024 12:23
@github-actions github-actions bot added the BLACK This PR has critical implications and must be reviewed by a senior engineer. label Apr 16, 2024
@aleph-im aleph-im deleted a comment from github-actions bot Apr 16, 2024
@hoh hoh restored the hoh-cron-run branch April 23, 2024 08:30
@MHHukiewitz MHHukiewitz deleted the hoh-cron-run branch April 29, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLACK This PR has critical implications and must be reviewed by a senior engineer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants