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

Refactor RF function to read part info #251

Merged
merged 10 commits into from
Mar 3, 2024
Merged

Conversation

danielschloms
Copy link
Contributor

@danielschloms danielschloms commented Feb 5, 2024

Description

All parts that are directly related to ReadPartInfo() have been refactored (e.g. with Span() or the new SPI initialization function). Magic numbers related to timings have been replaced in non-related parts out of convenience.

Fixes #225

@danielschloms danielschloms force-pushed the 225-refactor-read-partinfo branch from 92acdb4 to d9223e7 Compare February 11, 2024 14:37
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.15%. Comparing base (2759332) to head (75d608e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #251   +/-   ##
=======================================
  Coverage   87.15%   87.15%           
=======================================
  Files          18       18           
  Lines         514      514           
=======================================
  Hits          448      448           
  Misses         66       66           

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

@PatrickKa PatrickKa merged commit 788253f into master Mar 3, 2024
6 checks passed
@PatrickKa PatrickKa deleted the 225-refactor-read-partinfo branch March 3, 2024 17:42
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.

Refactor RF function to read part info
3 participants