claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
174 stars 21 forks source link

Updates supporting release 23.3.0 #87

Closed claws closed 1 year ago

claws commented 1 year ago

This merge request captures a number of changes that prepare the repo for the next release. The changes are:

codecov-commenter commented 1 year ago

Codecov Report

Merging #87 (79d0bb7) into master (4220a99) will increase coverage by 0.44%. The diff coverage is 93.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