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 on github actions #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Run tests on github actions #132

wants to merge 1 commit into from

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Jan 17, 2025

CircleCI only offers limited resources and test feedback
takes long and does not happen inside the code review UI.

GH actions are very fast, we can parallize the matrix and get
quick feedback on the test results.

@tvdeyen tvdeyen self-assigned this Jan 17, 2025
@tvdeyen tvdeyen force-pushed the github-actions branch 2 times, most recently from 82c283d to f28e26a Compare January 17, 2025 17:09
@tvdeyen tvdeyen marked this pull request as ready for review January 17, 2025 17:10
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@3d60410). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage        ?   93.95%           
=======================================
  Files           ?       24           
  Lines           ?      397           
  Branches        ?        0           
=======================================
  Hits            ?      373           
  Misses          ?       24           
  Partials        ?        0           

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

CircleCI only offers limited resources and test feedback
takes long and does not happen inside the code review UI.

GH actions are very fast, we can parallize the matrix and get
quick feedback on the test results.
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