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

[CHANGE] Automatic integrity hash calculation #162

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

ppfeufer
Copy link
Owner

Description

Changed

  • Integrity hash calculation

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have checked my code and corrected any misspellings

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

Attention: Patch coverage is 89.47368% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.03%. Comparing base (7f43b83) to head (3c5b789).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
timezones/templatetags/timezones.py 82.61% 2 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   89.32%   89.03%   -0.28%     
==========================================
  Files          10       11       +1     
  Lines         131      164      +33     
  Branches        8       11       +3     
==========================================
+ Hits          117      146      +29     
- Misses          9       11       +2     
- Partials        5        7       +2     
Files with missing lines Coverage Δ
timezones/constants.py 100.00% <100.00%> (ø)
timezones/helper/static_files.py 100.00% <100.00%> (ø)
timezones/templatetags/timezones.py 84.62% <82.61%> (-15.38%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f43b83...3c5b789. Read the comment docs.

@ppfeufer ppfeufer marked this pull request as ready for review January 21, 2025 21:01
@ppfeufer ppfeufer merged commit 81fdd17 into master Jan 21, 2025
56 checks passed
@ppfeufer ppfeufer deleted the integrity-hash-calculation branch January 21, 2025 21:05
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