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

zuhlke / ZMetric
97%

Build:
DEFAULT BRANCH: master
Repo Added 09 Apr 2019 03:54PM UTC
Files 21
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • TypescriptTopLevel
  • ZMETRIC-103
  • ZMETRIC-104
  • ZMETRIC-105
  • ZMETRIC-107
  • ZMETRIC-108
  • ZMETRIC-111
  • ZMETRIC-113
  • ZMETRIC-116
  • ZMETRIC-117
  • ZMETRIC-118
  • ZMETRIC-120
  • ZMETRIC-121
  • ZMETRIC-122
  • ZMETRIC-123
  • ZMETRIC-125
  • ZMETRIC-126
  • ZMETRIC-127
  • ZMETRIC-133
  • ZMETRIC-134
  • ZMETRIC-14
  • ZMETRIC-84
  • ZMETRIC-97
  • ZMETRIC-98
  • ZMETRIC-99
  • ZMETRIC-master-deployment
  • ZMetric-128
  • electron
  • greenkeeper/axios-0.19.0
  • greenkeeper/coveralls-3.0.4
  • greenkeeper/coveralls-3.0.6
  • greenkeeper/electron-5.0.2
  • greenkeeper/electron-6.0.4
  • greenkeeper/electron-7.1.1
  • greenkeeper/electron-builder-pin-20.42.0
  • greenkeeper/initial
  • greenkeeper/monorepo.babel7-20190521175803
  • greenkeeper/monorepo.babel7-20190906234035
  • greenkeeper/monorepo.babel7-20191108210517
  • greenkeeper/monorepo.electron-builder-20190525065234
  • greenkeeper/monorepo.electron-builder-20190604151000
  • greenkeeper/monorepo.enzyme-20190519165231
  • greenkeeper/monorepo.enzyme-20190526195244
  • greenkeeper/monorepo.enzyme-20190526211745
  • greenkeeper/monorepo.enzyme-20190603224950
  • greenkeeper/monorepo.enzyme-20190604010452
  • greenkeeper/monorepo.storybook-20190914040046
  • greenkeeper/monorepo.storybook-20190917164134
  • greenkeeper/monorepo.storybook-20191007115102
  • greenkeeper/monorepo.storybook-20191014095541
  • greenkeeper/monorepo.storybook-20191022063542
  • greenkeeper/monorepo.storybook-20191109100033
  • greenkeeper/monorepo.storybook-20191122173858
  • greenkeeper/recharts-1.6.0
  • greenkeeper/recharts-1.6.1
  • greenkeeper/recharts-1.6.2
  • greenkeeper/recharts-pin-1.6.2
  • greenkeeper/storybook-addon-specifications-pin-2.1.2
  • none/master_deployment
  • v1.0.0

pending completion
370

push

travis-ci-com

NicksonT
Zmetric 133 (#38)

* Added MockDashBoard and re-introduced DataFetcher to provide mock data to ease development of new dashboard UI

* Added first attempt at side bar and top menus

* feat: created a top bar

* Intermediate commit

* Move date modification up out of ThroughputReport and LeadTimeLineChart

* feat: add left menu

* Pass MockDashBoard tests for DateRangePicker and CumulativeFlow

* Fix CumulativeFlowReport tests. Enzyme can't find Area components when responsive container height is not set to a finite amount.

* Add TopMenu to MockDashboard and Move DateRange into TopMenu as global filter

* Integrate LeftMenu component as sidebar

* Tweaking appearance of MockDashboard and children

* Tweaking appearance of MockDashboard and children

* Replace cumulative flow filters with dropdowns, make select issue type a global filter, add pop-ups to side menu items

* Create failing integration style tests for local Cumulative flow filters in dropdown form

* Try revert travis.yml back to surge from electron so that alex and susan can see the changes

* Closing ZMETRIC-133 part way through UI redesign to create new stories

* Closing ZMETRIC-133 part way through UI redesign to create new stories

* Added tests for data table to improve coverage

* Added tests for CumulativeFlowLocalFilters

* Added unit tests for LeftMenu

* Add storyshot images

* Ignore Top menu story as component still being worked on

* Removed sidebar expansion, updated size and appearance of report title and filter buttons, and general visual tweaks

* Moved box shadow from sidebar to top menu to make top menu more clearly the primary menu

* Update Failing tests for local filter in mock dashboard to reflect change from dropdown to buttons

* Update Failing tests for local filter in mock dashboard to reflect change from dropdown to buttons

* ZMETRIC-143: implement cumulative flow local filter, and general refactorings.

*... (continued)

129 of 137 branches covered (94.16%)

Branch coverage included in aggregate %.

334 of 341 relevant lines covered (97.95%)

19013.82 hits per line

Relevant lines Covered
Build:
Build:
341 RELEVANT LINES 334 COVERED LINES
19013.82 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
370 master Zmetric 133 (#38) * Added MockDashBoard and re-introduced DataFetcher to provide mock data to ease development of new dashboard UI * Added first attempt at side bar and top menus * feat: created a top bar * Intermediate commit * Move ... push 04 Jun 2019 04:25PM UTC NicksonT travis-ci-com pending completion  
337 master Zmetric 111 (#34) * (feat): add semantic release and electron builder * remove deploy stage * ci: Fix deployment of electron package push 17 May 2019 09:45AM UTC michaelsco287 travis-ci-com pending completion  
322 master ZMETRIC-111 (#32) * (feat): add semantic release and electron builder * remove deploy stage push 14 May 2019 12:01PM UTC michaelsco287 travis-ci-com pending completion  
316 master Update dependencies to enable Greenkeeper 🌴 (#29) * chore(package): update dependencies * docs(readme): add Greenkeeper badge * chore(package): update lockfile yarn.lock * Fix issues with dependencies in react hooks * Fix dependency i... push 10 May 2019 05:38PM UTC NicksonT travis-ci-com pending completion  
312 master ZMETRIC-108 | Jira API Mocks extracted to a separate mocks folder (#28) push 10 May 2019 04:12PM UTC NicksonT travis-ci-com pending completion  
309 master ZMETRIC-108 | Project Structure (#27) push 10 May 2019 03:27PM UTC NicksonT travis-ci-com pending completion  
306 master Zmetric 113 (#26) * ZMETRIC-113 | Configuration of SonarCloud * ZMETRIC-127 | Remove test from sonar project properties * ZMETRIC-127 | Remove test from sonar project properties * ZMETRIC-113 | Re added testing push 09 May 2019 03:12PM UTC web-flow travis-ci-com pending completion  
289 master Zmetric 123 (#24) * ZMETRIC-123: Start CumulativeFlowData Adapter, define unit tests, add code to pass test on convertIssue method * ZMETRIC-123: Add throw statement in case of issue with unrecognised * ZMETRIC-123: Pass unit tests without ... push 03 May 2019 02:19PM UTC NicksonT travis-ci-com pending completion  
284 master ZMETRIC-103 (#23) * ZMETRIC-103 | Editor config * ZMETRIC-103 | Editor config applied to all files * ZMETRIC-103 | Fixed tests push 02 May 2019 10:04AM UTC NicksonT travis-ci-com pending completion  
279 master ZMETRIC-97 | Convert Jira data to throughput report (#22) * ZMETRIC-97 | Convert Jira data to throughput report and Removed unnecessary moment.max() push 30 Apr 2019 05:36PM UTC michaelsco287 travis-ci-com pending completion  
See All Builds (292)
  • 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

© 2026 Coveralls, Inc