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

Add dev container configuration. #176

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

Conversation

ShootGan
Copy link
Contributor

Hi,

I've added configuration for using a development container for development purposes. Essentially, if you're using VSCode, have the VS Code Dev Container extension, and Docker installed on your computer, you can easily reopen the fully configured project in a container. It includes all necessary dependencies, Ozone installed as an editable package, and initialized pre-commit hooks. You can read more about dev containers here.

Please let me know if you're interested in adding this feature to the repository, and I will include some documentation in contributing.md.

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.66%. Comparing base (2e75316) to head (94c26b1).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #176   +/-   ##
=======================================
  Coverage   94.66%   94.66%           
=======================================
  Files          17       17           
  Lines         544      544           
=======================================
  Hits          515      515           
  Misses         29       29           

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

@ShootGan
Copy link
Contributor Author

Not sure why black is failing since I didn't change any python file.

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.

None yet

1 participant