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

Unleash / unleash / 11949157379
87%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 21 Nov 2024 08:18AM UTC
Jobs 1
Files 699
Run time 1min
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

21 Nov 2024 08:12AM UTC coverage: 87.652% (+0.003%) from 87.649%
11949157379

push

github

web-flow
fix: count lifecycle more accurately (#8816)

This PR fixes three things that were wrong with the lifecycle summary
count query:

1. When counting the number of flags in each stage, it does not take
into account whether a flag has moved out of that stage. So if you have
a flag that's gone through initial -> pre-live -> live, it'll be counted
for each one of those steps, not just the last one.

2. Some flags that have been archived don't have the corresponding
archived state row in the db. This causes them to count towards their
other recorded lifecycle stages, even when they shouldn't. This is
related to the previous one, but slightly different. Cross-reference the
features table's archived_at to make sure it hasn't been archived

3. The archived number should probably be all flags ever archived in the
project, regardless of whether they were archived before or after
feature lifecycles. So we should check the feature table's archived_at
flag for the count there instead

2778 of 3619 branches covered (76.76%)

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

14353 of 16375 relevant lines covered (87.65%)

707.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11949157379.1 21 Nov 2024 08:18AM UTC 0
87.65
GitHub Action Run
Source Files on build 11949157379
Detailed source file information is not available for this build.
  • Back to Repo
  • 6d75ad73 on github
  • Prev Build on main (#11934032441)
  • Next Build on main (#11950644182)
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