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

jwhitlock / web-platform-compat
34%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 1153260_refactor_mdn_tests
DEFAULT BRANCH: master
Repo Added 24 Jul 2014 07:23PM UTC
Files 80
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

LAST BUILD ON BRANCH 1063587-pagination
branch: 1063587-pagination
CHANGE BRANCH
x
Reset
  • 1063587-pagination
  • 1063130-features
  • 1063141-supports
  • 1063152_change_control
  • 1063152_change_control_v2
  • 1063154_feature_view
  • 1063165_add_authentication
  • 1063565_generate_docs
  • 1063565_generate_docs_before_rebase
  • 1063621_add_changesets
  • 1063693-write-once-slugs
  • 1074920_coverage
  • 1074922-contribution
  • 1077879_html
  • 1079920_import_process
  • 1079920_import_process_WIP
  • 1079932_add_data
  • 1089375_spin_out_drf_cached_reads
  • 1093106_feature_relations
  • 1093122_django_17
  • 1093122_mdn_uri
  • 1095584_postgres_tests
  • 1098672_mdn_uri
  • 1123935_cors
  • 1128519_merge_support_notes
  • 1132269_more_importer
  • 1139111_requires
  • 1146430_drf3
  • 1153260_refactor_mdn_tests
  • 1159337_feature_ordering_bug
  • WIP_1146430_drf3
  • add-specifications
  • add-specifications-v0
  • better_router
  • develop
  • feature/1063609-caching
  • feature/1066301-sample-view
  • feature/better_router
  • feature/start_project
  • fix_coveralls
  • master
  • model_cleanup
  • moz_master
  • start_project
  • v0.1a
  • v0.1b
  • v0.1c
  • v0.1c-1
  • v0.1d
  • v0.2.0

pending completion
64

push

travis-ci

jwhitlock
fix bug 1063587 - Use relation count without GETs

The standard way of counting related items is
{{object.children.length}}, but this causes a GET for each child object.
Instead, we use {{object.data.children.length}}, which uses the related
ID array contained in the private data attribute.

54704 of 160378 relevant lines covered (34.11%)

0.37 hits per line

Relevant lines Covered
Build:
Build:
160378 RELEVANT LINES 54704 COVERED LINES
0.37 HITS PER LINE
Source Files on 1063587-pagination
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
64 1063587-pagination fix bug 1063587 - Use relation count without GETs The standard way of counting related items is {{object.children.length}}, but this causes a GET for each child object. Instead, we use {{object.data.children.length}}, which uses the related ID ar... push 13 Oct 2014 02:46PM UTC jwhitlock travis-ci pending completion  
See All Builds (262)
  • Repo on GitHub
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

© 2025 Coveralls, Inc