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

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

Build:
DEFAULT BRANCH: master
Ran 11 Dec 2019 02:57PM 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: 49.417% (+1.6%) from 47.867%
TEST_SUITE=unit 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)

128 of 360 branches covered (35.56%)

424 of 858 relevant lines covered (49.42%)

0.49 hits per line

Source Files on job 935.3 (TEST_SUITE=unit 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.3
  • 29851d0e on github
  • Prev Job for TEST_SUITE=unit OPENSHIFT_VERSION=latest on master (#923.3)
  • Next Job for TEST_SUITE=unit OPENSHIFT_VERSION=latest on master (#944.3)
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