taskiq-python / taskiq

Distributed task queue with full async support
MIT License
694 stars 44 forks source link

Fixed codecov delta calculations for PRs. #223

Closed s3rius closed 8 months ago

s3rius commented 8 months ago

This PR adds test runs on develop and mater branches because it needs to send info to codecov in order to correctly calculate diffs in coverage.

codecov[bot] commented 8 months ago

Codecov Report

Merging #223 (18fccff) into develop (e66f3aa) will increase coverage by 5.80%. Report is 141 commits behind head on develop. The diff coverage is 73.96%.

@@             Coverage Diff             @@
##           develop     #223      +/-   ##
===========================================
+ Coverage    67.62%   73.42%   +5.80%     
===========================================
  Files           37       55      +18     
  Lines          942     1656     +714     
===========================================
+ Hits           637     1216     +579     
- Misses         305      440     +135     
Files Coverage Δ
taskiq/__init__.py 100.00% <100.00%> (ø)
taskiq/abc/formatter.py 100.00% <100.00%> (ø)
taskiq/abc/middleware.py 100.00% <ø> (ø)
taskiq/abc/result_backend.py 100.00% <ø> (ø)
taskiq/abc/serializer.py 100.00% <100.00%> (ø)
taskiq/acks.py 100.00% <100.00%> (ø)
taskiq/api/__init__.py 100.00% <100.00%> (ø)
taskiq/cli/common_args.py 100.00% <100.00%> (ø)
taskiq/cli/watcher.py 0.00% <ø> (ø)
taskiq/cli/worker/log_collector.py 100.00% <ø> (ø)
... and 43 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more