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

Changed dependency manager to uv and added Docker image #244

Merged
merged 4 commits into from
Oct 16, 2024
Merged

Conversation

coordt
Copy link
Member

@coordt coordt commented Oct 13, 2024

No description provided.

Introduce a Dockerfile for containerized environments and add a .dockerignore file to exclude unnecessary files. Also, update dependabot.yml to include daily checks for Docker image updates.
Copy link

Version hint: minor
Current version: 0.27.0
New version (when merged): 0.28.0

Comment ID: Display the version hint-auto-generated

Copy link

github-actions bot commented Oct 13, 2024

PR Preview Action v1.4.8
🚀 Deployed preview to https://callowayproject.github.io/bump-my-version/pr-preview/pr-244/
on branch gh-pages at 2024-10-13 13:39 UTC

Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.05%. Comparing base (813e7f5) to head (a5fc5c0).
Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #244   +/-   ##
=======================================
  Coverage   94.05%   94.05%           
=======================================
  Files          26       26           
  Lines        1716     1716           
  Branches      232      232           
=======================================
  Hits         1614     1614           
  Misses         75       75           
  Partials       27       27           
Flag Coverage Δ
python-3.10 94.05% <100.00%> (ø)
python-3.11 94.05% <100.00%> (ø)
python-3.8 93.91% <100.00%> (ø)
python-3.9 93.97% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

This change updates the Dockerfile to use the COPY instruction instead of ADD. COPY is preferred when only copying files because it is more explicit and simpler.
@coordt coordt merged commit 1ae5416 into master Oct 16, 2024
15 checks passed
@coordt coordt deleted the docker-image branch October 16, 2024 12:19
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