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

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

Build:
DEFAULT BRANCH: master
Ran 11 Dec 2019 03:12PM 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: 48.718% (+0.9%) from 47.867%
TEST_SUITE=unit OPENSHIFT_VERSION=3.11

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)

130 of 385 branches covered (33.77%)

418 of 858 relevant lines covered (48.72%)

0.49 hits per line

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