Closed claws closed 1 year ago
Merging #87 (79d0bb7) into master (4220a99) will increase coverage by
0.44%
. The diff coverage is93.02%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## master #87 +/- ##
==========================================
+ Coverage 95.51% 95.96% +0.44%
==========================================
Files 17 16 -1
Lines 780 718 -62
Branches 114 93 -21
==========================================
- Hits 745 689 -56
+ Misses 19 15 -4
+ Partials 16 14 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/aioprometheus/formats/__init__.py | 100.00% <ø> (+40.00%) |
:arrow_up: |
src/aioprometheus/formats/text.py | 97.11% <ø> (ø) |
|
src/aioprometheus/negotiator.py | 100.00% <ø> (+4.76%) |
:arrow_up: |
src/aioprometheus/asgi/middleware.py | 90.27% <88.46%> (+1.70%) |
:arrow_up: |
src/aioprometheus/__init__.py | 100.00% <100.00%> (ø) |
|
src/aioprometheus/collectors.py | 97.77% <100.00%> (ø) |
|
src/aioprometheus/decorators.py | 96.20% <100.00%> (ø) |
|
src/aioprometheus/metricdict.py | 100.00% <100.00%> (ø) |
|
src/aioprometheus/pusher.py | 95.65% <100.00%> (+0.09%) |
:arrow_up: |
src/aioprometheus/service.py | 89.02% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This merge request captures a number of changes that prepare the repo for the next release. The changes are:
unittest.IsolatedAsyncioTestCase
instead, but this is only available for Python 3.8+.