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

OpenTreeMap / otm-core / 1007
83%
develop: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/sockjs-0.3.21
DEFAULT BRANCH: develop
Ran 28 Oct 2015 05:40PM UTC
Jobs 1
Files 210
Run time 16s
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

pending completion
1007

Pull #2327

travis-ci

maurizi
Refresh Instances after incrementing the adjuncts_timestamp

Prevents caching issues where related objects were saved before the Instance
object was saved, causing the adjuncts_timestamp to be reverted back to the old
value.

As an example of what this prevents, consider the following code snippet:

```
role = Role.objects.all()[0]  # role.instance.adjuncts_timestamp is 1

role.perm_level = 2
role.save()  # This triggers `increment_adjuncts_timestamp`, increasing it to 2

role.instance.save()  # This reverts the `adjuncts_timestamp` to 1
```
Pull Request #2327: Refresh Instances after incrementing the adjuncts_timestamp

13656 of 16481 relevant lines covered (82.86%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1007.1 28 Oct 2015 05:40PM UTC 0
82.86
Travis Job 1007.1
Source Files on build 1007
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1007
  • Pull Request #2327
  • PR Base - release (#1001)
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