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

akvo / iwsims / #53
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: main
Ran 16 Jun 2026 01:05PM UTC
Jobs 1
Files 109
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

16 Jun 2026 12:58PM UTC coverage: 87.926% (-0.2%) from 88.111%
#53

Pull #22

coveralls-python

ifirmawan
[#20] Fix sequence collision in WTP operational criteria tests

Use explicit high IDs for all Forms, QuestionGroups, and Questions
created in _WTPTestBase to avoid advancing the PostgreSQL sequence
through the low range (e.g. 101, 103) that tests_dependency_rule.py
uses explicitly. PostgreSQL sequences do not roll back with TestCase
transactions, so auto-assigned IDs permanently advance the sequence
and cause UniqueViolation failures in unrelated test classes when
tests run with --shuffle.

IDs used:
- Forms: 9700, 9701, 9702
- QuestionGroups: 97000, 97001, 97002
- Questions: 9700001–9700009

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Pull Request #22: [MV4V 4] Optimize Query Functions to Use MVs

5091 of 5951 branches covered (85.55%)

Branch coverage included in aggregate %.

9845 of 11036 relevant lines covered (89.21%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
55
86.0
-2.99% api/v1/v1_visualization/values_functions.py
37
65.26
-5.6% api/v1/v1_visualization/progress_functions.py
24
89.09
3.01% api/v1/v1_visualization/functions.py
23
79.24
0.18% api/v1/v1_visualization/escalation_functions.py
1
98.43
-0.52% api/v1/v1_profile/models.py
Jobs
ID Job ID Ran Files Coverage
1 #53.1 16 Jun 2026 01:05PM UTC 109
87.93
Source Files on build #53
  • Tree
  • List 109
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #22
  • PR Base - feature/20-MV4V-1 (#)
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