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

openshift / openshift-restclient-python / 935 / 8
52%
master: 52%

Build:
DEFAULT BRANCH: master
Ran 11 Dec 2019 03:08PM UTC
Files 9
Run time 1s
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

11 Dec 2019 02:30PM UTC coverage: 61.072% (-0.3%) from 61.374%
TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest

push

travis-ci-com

fabianvf
Take last applied configuration into account when patching (#341)

If, as previously, we ignore the last-applied annotation when
comparing desired and actual, we end up with a result where,
when deleting all annotations in a change, no annotations are
deleted(!)

Going from
```
metadata:
  name: my-pod
  annotations:
    x: y
```

to:
```
metadata:
  name: my-pod
```

used to result in a patch that updated the last applied configuration
value only.

Now it correctly sets the old annotations to None too.

Break out apply_patch as a separate method to allow it be tested in
isolation.

Ensure that the last-applied annotation is sorted.

Ensure that the last-applied annotation is loaded consistently (i.e.
without unnecessary conversion to u'value's)

155 of 374 branches covered (41.44%)

524 of 858 relevant lines covered (61.07%)

0.61 hits per line

Source Files on job 935.8 (TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 838
  • Travis Job 935.8
  • 29851d0e on github
  • Prev Job for TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest on master (#923.8)
  • Next Job for TEST_SUITE=dynamic-functional OPENSHIFT_VERSION=latest on master (#944.8)
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