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

Unleash / unleash / 8733141065
86%
master: 91%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 18 Apr 2024 06:08AM UTC
Jobs 1
Files 616
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

18 Apr 2024 06:02AM UTC coverage: 87.561% (-0.2%) from 87.746%
8733141065

push

github

web-flow
feat: optimize applications overview query (#6883)

We encountered an issue with a customer because this query was returning
3 million rows. The problem arose from each instance reporting
approximately 100 features, with a total of 30,000 instances. The query
was joining these, thus multiplying the data. This approach was fine for
a reasonable number of instances, but in this extreme case, it did not
perform well.

This PR modifies the logic; instead of performing outright joins, we are
now grouping features by environment into an array, resulting in just
one row returned per instance.

I tested locally with the same dataset. Previously, loading this large
instance took about 21 seconds; now it has reduced to 2 seconds.
Although this is still significant, the dataset is extensive.

2620 of 3443 branches covered (76.1%)

10 of 49 new or added lines in 1 file covered. (20.41%)

12819 of 14640 relevant lines covered (87.56%)

675.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8733141065.1 18 Apr 2024 06:08AM UTC 0
87.56
GitHub Action Run
Source Files on build 8733141065
Detailed source file information is not available for this build.
  • Back to Repo
  • 06f2f06f on github
  • Prev Build on main (#8713377154)
  • Next Build on main (#8734587044)
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