• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Unleash / unleash / 10594343953
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 28 Aug 2024 09:55AM UTC
Jobs 1
Files 662
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Aug 2024 09:50AM UTC coverage: 87.563% (-0.007%) from 87.57%
10594343953

push

github

web-flow
fix: change .inc calls to .increment (#8000)

We are observing incorrect data in Prometheus, which is consistently
non-reproducible. After a restart, the issue does not occur, but if the
pods run for an extended period, they seem to enter a strange state
where the counters become entangled and start sharing arbitrary values
that are added to the counters.

For example, the `feature_lifecycle_stage_entered` counter gets an
arbitrary value, such as 12, added when `inc()` is called. The
`exceedsLimitErrorCounter` shows the same behavior, and the code
implementation is identical.

We also tested some existing `increase()` counters, and they do not
suffer from this issue.

All calls to `counter.labels(labels).inc(`) will be replaced by
`counter.increment()` to try to mitigate the issue.

2702 of 3537 branches covered (76.39%)

1 of 6 new or added lines in 1 file covered. (16.67%)

3 existing lines in 2 files now uncovered.

13680 of 15623 relevant lines covered (87.56%)

711.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10594343953.1 28 Aug 2024 09:55AM UTC 0
87.56
GitHub Action Run
Source Files on build 10594343953
Detailed source file information is not available for this build.
  • Back to Repo
  • 7ad686e1 on github
  • Prev Build on main (#10593132731)
  • Next Build on main (#10595543130)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc