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

build: Switch to ubuntu-latest for builds #305

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 9, 2024

This code does not have any dependencies that are specific to any specific
version of ubuntu. So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #297

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.49%. Comparing base (084b90a) to head (542c2f1).
Report is 26 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #305   +/-   ##
=======================================
  Coverage   89.49%   89.49%           
=======================================
  Files          38       38           
  Lines        2912     2912           
  Branches      406      406           
=======================================
  Hits         2606     2606           
  Misses        277      277           
  Partials       29       29           

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

This code does not have any dependencies that are specific to any specific
version of ubuntu.  So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #297
@feanil feanil force-pushed the feanil/ubuntu_upgrade branch from f2fdf39 to 542c2f1 Compare September 16, 2024 19:11
@feanil feanil disabled auto-merge September 18, 2024 13:03
@feanil feanil merged commit 82290a6 into master Sep 18, 2024
6 checks passed
@feanil feanil deleted the feanil/ubuntu_upgrade branch September 18, 2024 13:03
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.

Test openedx-webhooks on Ubuntu 24.04
2 participants