Automatically determine profile type + some typing#867
Automatically determine profile type + some typing#867mayty wants to merge 3 commits intosigma67:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #867 +/- ##
==========================================
+ Coverage 95.51% 95.53% +0.02%
==========================================
Files 46 47 +1
Lines 2543 2600 +57
==========================================
+ Hits 2429 2484 +55
- Misses 114 116 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7c72c25 to
0651be7
Compare
0651be7 to
d39d4c1
Compare
|
@sigma67 I added a bit of typing in addition to determining profile type, so it's easier to work with the library on the consumer side. I couldn't propagate it further down the code (e.g., If you think that it's gonna introduce unnecessary maintenance overhead, I will roll back the typing addition |
Fixes #861