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

ledgersmb / LedgerSMB / 6320 / 4
11%
master: 63%

Build:
Build:
LAST BUILD BRANCH: deprecate_templating_guide
DEFAULT BRANCH: master
Ran 10 Mar 2018 10:26PM UTC
Files 184
Run time 8s
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

10 Mar 2018 09:41PM UTC coverage: 10.974%. Remained the same
COVERAGE=1

Pull #3476

travis-ci

web-flow
* Solve the running balance being incorrectly calculated

Note how PostgreSQL documents running window functions over the
virtual table being the result of WHERE, GROUP BY and HAVING processing
and note that that list excludes ORDER BY processing.  In order
to make sure we run the balance function over the same order
as is the result of the final query, we must include the same
ORDER BY condition in the window function.

Also note that a window function runs over the _current row *and* its
equivalents as considered under ORDER BY_ which is why we include
'ac.entry_id' in the order function: it's guaranteed to be unique.
Pull Request #3476: * Solve the running balance being incorrectly calculated

1520 of 13851 relevant lines covered (10.97%)

5.38 hits per line

Source Files on job 6320.4 (COVERAGE=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 6320.4
  • 911b8e4e on github
  • Prev Job for COVERAGE=1 on 1.4 (#6199.4)
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