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

fix typings + drop python 3.8 + pin deps for securit vulnerability fixes #70

Merged
merged 2 commits into from
Oct 12, 2024

backward compat union typing for python 3.9

63bab54
Select commit
Loading
Failed to load commit list.
Merged

fix typings + drop python 3.8 + pin deps for securit vulnerability fixes #70

backward compat union typing for python 3.9
63bab54
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 12, 2024 in 1s

87.73% (-0.04%) compared to 193a52b

View this Pull Request on Codecov

87.73% (-0.04%) compared to 193a52b

Details

Codecov Report

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

Project coverage is 87.73%. Comparing base (193a52b) to head (63bab54).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
cowbird/monitoring/monitor.py 88.88% 0 Missing and 2 partials ⚠️
cowbird/utils.py 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   87.76%   87.73%   -0.04%     
==========================================
  Files          40       40              
  Lines        3245     3252       +7     
  Branches      480      481       +1     
==========================================
+ Hits         2848     2853       +5     
- Misses        276      277       +1     
- Partials      121      122       +1     

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