synthesized-io / insight

🧿 Metrics & Monitoring of Datasets
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

Refactor typing stubs #155

Closed marqueewinq closed 8 months ago

marqueewinq commented 8 months ago

Closes #148

Accidently added (and then removed) replace_typing.py script in between commits -- sorry about that :octocat:

sonarcloud[bot] commented 8 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

83.6% 83.6% Coverage
0.0% 0.0% Duplication

codecov[bot] commented 8 months ago

Codecov Report

Merging #155 (3c9013f) into master (c97ba2a) will not change coverage. The diff coverage is 84.2%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #155   +/-   ##
======================================
  Coverage    79.5%   79.5%           
======================================
  Files          11      11           
  Lines         892     892           
  Branches      136     136           
======================================
  Hits          710     710           
  Misses        140     140           
  Partials       42      42           
Files Coverage Δ
src/insight/__init__.py 100.0% <100.0%> (ø)
src/insight/check.py 88.4% <100.0%> (ø)
src/insight/database/schema.py 100.0% <ø> (ø)
src/insight/metrics/__init__.py 100.0% <100.0%> (ø)
src/insight/metrics/metrics.py 91.5% <100.0%> (ø)
src/insight/metrics/metrics_usage.py 94.1% <100.0%> (ø)
src/insight/database/utils.py 75.3% <80.0%> (ø)
src/insight/metrics/utils.py 64.4% <80.0%> (ø)
src/insight/metrics/base.py 74.8% <86.3%> (ø)
src/insight/metrics/confidence_interval.py 64.4% <64.7%> (ø)
... and 1 more