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

Applying LINCC Frameworks template. #24

Merged
merged 6 commits into from
Jan 30, 2024
Merged

Applying LINCC Frameworks template. #24

merged 6 commits into from
Jan 30, 2024

Conversation

astronomerritt
Copy link
Collaborator

Applying the LINCC frameworks project template from here: https://github.com/lincc-frameworks/python-project-template

This adds a template framework for tests, docs, linting, pre-commit hooks, pip/PyPi integration, a pyproject.toml file and other useful things that can now be modified as we see fit.

There are now automated tests run on pull requests - so any future commits should be done via PR. I suggest that when cloning the repo, everyone should run:

pip install -e '.[dev]'
pre-commit install

This is my third attempt at getting this set up, fingers crossed.

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@048cb02). Click here to learn what that means.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##             main       #24   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         2           
  Lines           ?         6           
  Branches        ?         0           
========================================
  Hits            ?         6           
  Misses          ?         0           
  Partials        ?         0           

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

@mschwamb mschwamb self-requested a review January 30, 2024 13:30
@mschwamb mschwamb merged commit 967fe94 into main Jan 30, 2024
5 of 6 checks passed
@mschwamb mschwamb deleted the apply_template branch January 30, 2024 16:44
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.

3 participants