Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

feat: track theme file md5 hash #185

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

ReenigneArcher
Copy link
Member

Description

Begin tracking the md5 hash of a file, so we can determine if a theme is supplied by Themerr. This is a prerequisite for adding a dashboard report.

Screenshot

Issues Fixed or Closed

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 to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

Branch Updates

LizardByte requires that branches be up-to-date before merging. This means that after any PR is merged, this branch
must be updated before it can be merged. You must also
Allow edits from maintainers.

  • I want maintainers to keep my branch updated

Copy link

codecov bot commented Dec 16, 2023

Codecov Report

Merging #185 (9a8ad76) into master (eddfed8) will increase coverage by 8.91%.
The diff coverage is 66.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   38.88%   47.80%   +8.91%     
==========================================
  Files           4        4              
  Lines         198      228      +30     
  Branches       11       16       +5     
==========================================
+ Hits           77      109      +32     
+ Misses        117      115       -2     
  Partials        4        4              
Files Coverage Δ
Jellyfin.Plugin.Themerr/ThemerrManager.cs 61.93% <66.66%> (+9.19%) ⬆️

@ReenigneArcher ReenigneArcher force-pushed the feat-track-theme-file-md5-hash branch 7 times, most recently from fdaed21 to 56dc01e Compare December 16, 2023 05:31
@ReenigneArcher ReenigneArcher force-pushed the feat-track-theme-file-md5-hash branch from 56dc01e to 9a8ad76 Compare December 16, 2023 05:39
@ReenigneArcher ReenigneArcher merged commit 172e61d into master Dec 16, 2023
17 checks passed
@ReenigneArcher ReenigneArcher deleted the feat-track-theme-file-md5-hash branch December 16, 2023 05:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant