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

kubernetes-sigs / aws-ebs-csi-driver
50%
master: 80%

Build:
Build:
LAST BUILD BRANCH: eksctldeleter
DEFAULT BRANCH: master
Repo Added 03 Oct 2018 10:40PM UTC
Files 17
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 next
branch: next
CHANGE BRANCH
x
Reset
  • next
  • aws-ebs-csi-driver-0.6.2
  • aws-ebs-csi-driver-0.7.0
  • aws-ebs-csi-driver-0.7.1
  • helm-chart-aws-ebs-csi-driver-0.10.0
  • helm-chart-aws-ebs-csi-driver-0.10.1
  • helm-chart-aws-ebs-csi-driver-0.10.2
  • helm-chart-aws-ebs-csi-driver-0.10.3
  • helm-chart-aws-ebs-csi-driver-0.8.1
  • helm-chart-aws-ebs-csi-driver-0.8.2
  • helm-chart-aws-ebs-csi-driver-0.8.3
  • helm-chart-aws-ebs-csi-driver-0.8.4
  • helm-chart-aws-ebs-csi-driver-0.9.0
  • helm-chart-aws-ebs-csi-driver-0.9.1
  • helm-chart-aws-ebs-csi-driver-0.9.10
  • helm-chart-aws-ebs-csi-driver-0.9.11
  • helm-chart-aws-ebs-csi-driver-0.9.12
  • helm-chart-aws-ebs-csi-driver-0.9.13
  • helm-chart-aws-ebs-csi-driver-0.9.14
  • helm-chart-aws-ebs-csi-driver-0.9.15
  • helm-chart-aws-ebs-csi-driver-0.9.2
  • helm-chart-aws-ebs-csi-driver-0.9.3
  • helm-chart-aws-ebs-csi-driver-0.9.4
  • helm-chart-aws-ebs-csi-driver-0.9.5
  • helm-chart-aws-ebs-csi-driver-0.9.6
  • helm-chart-aws-ebs-csi-driver-0.9.7
  • helm-chart-aws-ebs-csi-driver-0.9.8
  • helm-chart-aws-ebs-csi-driver-0.9.9
  • helm-chart-aws-ebs-csi-driver-1.0.0
  • helm-chart-aws-ebs-csi-driver-1.0.1
  • helm-chart-aws-ebs-csi-driver-1.0.2
  • helm-chart-aws-ebs-csi-driver-1.0.3
  • helm-chart-aws-ebs-csi-driver-1.1.0
  • helm-chart-aws-ebs-csi-driver-1.2.0
  • helm-chart-aws-ebs-csi-driver-1.2.1
  • helm-chart-aws-ebs-csi-driver-1.2.2
  • leakingtapan-patch-1
  • master
  • release-0.1.0
  • release-0.10
  • release-0.2.0
  • release-0.3.0
  • release-0.4.0
  • release-0.5
  • release-0.7
  • release-0.8
  • release-0.9
  • release-1.0
  • release-1.1
  • release-test
  • revert-121-release-note
  • snapshot
  • v0.1.0
  • v0.1.0-alpha.1
  • v0.1.0-alpha.2
  • v0.10.0
  • v0.10.0-rc0
  • v0.10.1
  • v0.2.0
  • v0.2.0-alpha.0
  • v0.3.0
  • v0.3.0-rc0
  • v0.4.0
  • v0.4.0-rc0
  • v0.5.0
  • v0.5.0-rc0
  • v0.6.0
  • v0.7.0
  • v0.7.1
  • v0.8.0
  • v0.8.0-rc.0
  • v0.8.0-rc.1
  • v0.8.1
  • v0.8.1-rc.0
  • v0.8.2
  • v0.9.0
  • v0.9.0-rc.0
  • v0.9.1
  • v1.0.0
  • v1.0.0-rc.0
  • v1.0.0-rc.1
  • v1.1.0
  • v1.1.0-rc.0
  • v1.1.0-rc.1
  • v10
  • v11
  • workflow

06 Dec 2018 10:38PM UTC coverage: 50.488%. First build
229

Pull #135

travis-ci

web-flow
Refactor the code

1. Split `NewDriver` into two methods `NewDriver` and `NewFakeDriver`.
So that one only takes in endpoint and serves as production uses and
the other create driver with mock dependencies
2. Move controller capability, node capability and volume capability out
of driver struct since they are constant that should never change for a
specific version of driver
Pull Request #135: Refactor the code

20 of 20 new or added lines in 4 files covered. (100.0%)

569 of 1127 relevant lines covered (50.49%)

64.99 hits per line

Relevant lines Covered
Build:
Build:
1127 RELEVANT LINES 569 COVERED LINES
64.99 HITS PER LINE
Source Files on next
  • 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
229 next Refactor the code 1. Split `NewDriver` into two methods `NewDriver` and `NewFakeDriver`. So that one only takes in endpoint and serves as production uses and the other create driver with mock dependencies 2. Move controller capability, node capab... Pull #135 06 Dec 2018 10:41PM UTC web-flow travis-ci
50.49
228 next Refactor the code 1. Split `NewDriver` into two methods `NewDriver` and `NewFakeDriver`. So that one only takes in endpoint and serves as production uses and the other create driver with mock dependencies 2. Move controller capability, node capab... Pull #135 06 Dec 2018 10:12PM UTC web-flow travis-ci
69.11
212 next Refactor the code 1. Split `NewDriver` into two methods `NewDriver` and `NewMockDriver`. So that one only takes in endpoint and serves as production uses and the other create driver with mock dependencies 2. Move controller capability, node capab... Pull #135 03 Dec 2018 09:29PM UTC web-flow travis-ci
49.1
211 next Refactor the code 1. Split `NewDriver` into two methods `NewDriver` and `NewMockDriver`. So that one only takes in endpoint and serves as production uses and the other create driver with mock dependencies 2. Move controller capability, node capab... Pull #135 03 Dec 2018 09:16PM UTC web-flow travis-ci
49.1
208 next Merge pull request #127 from bertinatto/remove_vol_capability Remove unsupported MULTI_NODE_READER_ONLY volume capability Pull #134 03 Dec 2018 07:05AM UTC web-flow travis-ci
51.17
207 next Merge pull request #127 from bertinatto/remove_vol_capability Remove unsupported MULTI_NODE_READER_ONLY volume capability push 03 Dec 2018 07:00AM UTC web-flow travis-ci
51.17
200 next Merge pull request #122 from bertinatto/update_csi Update to CSI 1.0 push 29 Nov 2018 09:50PM UTC web-flow travis-ci
51.31
198 next Merge pull request #129 from leakingtapan/release-note Add CHANGELOG for v0.1.0 push 29 Nov 2018 08:25AM UTC web-flow travis-ci
51.26
See All Builds (1927)
  • 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