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

feat(ci): Split online/offline tests #582

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Sep 27, 2024

Overview

Splits the tests that require a network connection within the justfile test directives.

Locally, when running just t, just tests, or just test, the online tests (tests that start w/ test_online) are no longer ran by default.

A new justfile recipe, just test-online has been added to run the online tests.

@clabby clabby self-assigned this Sep 27, 2024
@clabby clabby added K-chore Kind: chore A-ci Area: CI labels Sep 27, 2024
Copy link
Collaborator Author

clabby commented Sep 27, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @clabby and the rest of your teammates on Graphite Graphite

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.1%. Comparing base (2002e33) to head (780260e).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

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

@refcell refcell added this pull request to the merge queue Sep 27, 2024
Merged via the queue into main with commit b4c79fc Sep 27, 2024
18 checks passed
This was referenced Sep 27, 2024
This was referenced Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: CI K-chore Kind: chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants