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: Simplify job structure #404

Merged
merged 1 commit into from
Feb 11, 2024
Merged

CI: Simplify job structure #404

merged 1 commit into from
Feb 11, 2024

Conversation

stotko
Copy link
Owner

@stotko stotko commented Feb 11, 2024

Our CI job structure contains a lot of repetitions and is requires quite a lot of maintenance to keep it up to date. Simplify the structure:

  • Unify workflows:
    • Ubuntu + Windows -> Tests
    • Analysis + Style -> Lint
  • Add dependabot to periodically check for updates
  • Add jobs to check if all jobs in a workflow succeeded
  • Allow canceling jobs to speed up the re-runs

@stotko stotko force-pushed the ci_overhaul branch 3 times, most recently from ae3b723 to 94b9b7d Compare February 11, 2024 13:54
Copy link

codecov bot commented Feb 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (43c0785) 97.33% compared to head (427e4dc) 97.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #404   +/-   ##
=======================================
  Coverage   97.33%   97.33%           
=======================================
  Files          31       31           
  Lines        2512     2512           
=======================================
  Hits         2445     2445           
  Misses         67       67           

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

@stotko stotko merged commit 0cde9da into master Feb 11, 2024
61 checks passed
@stotko stotko deleted the ci_overhaul branch February 11, 2024 14:20
@stotko stotko mentioned this pull request Feb 11, 2024
@stotko stotko added this to the 2.0.0 milestone Mar 13, 2024
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.

1 participant