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

CI: Add a job to check downgraded dependencies #21

Merged
merged 1 commit into from
May 7, 2024

Conversation

musoke
Copy link
Contributor

@musoke musoke commented May 6, 2024

Add a CI job that checks the oldest versions of dependencies that Project.toml claims are compatible. This avoids unknown breakages due to using new features of packages and only testing against newest versions - like in #19.

It may make sense to merge this before #19.

Add a CI job that checks the oldest versions of dependencies that
Project.toml claims are compatible.  This avoids unknown breakages due
to using new features of packages and only testing against newest
versions.
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.68%. Comparing base (635b59d) to head (a9e4b35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   92.68%   92.68%           
=======================================
  Files           4        4           
  Lines          41       41           
=======================================
  Hits           38       38           
  Misses          3        3           

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

@nathanaelbosch
Copy link
Owner

Good idea, thanks a lot for the PR!

@nathanaelbosch nathanaelbosch merged commit aa1901e into nathanaelbosch:main May 7, 2024
7 checks passed
@musoke musoke deleted the ci/downgrade branch May 7, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants