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

dls-controls / cs-web-proto
67%
master: 35%

Build:
Build:
LAST BUILD BRANCH: masterGH
DEFAULT BRANCH: master
Repo Added 19 Aug 2019 01:23PM UTC
Files 5
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 redux
branch: redux
CHANGE BRANCH
x
Reset
  • redux
  • ExecuteAsOneFix
  • GroupBoxContainer-Bugfix
  • actions
  • adding-led
  • adding_new_images
  • adff-widget
  • alarm-border
  • alarm-refactor
  • alarm-sensitivity
  • browser-history-fix
  • checkbox
  • circular-dependencies
  • colours
  • coniql
  • coniql-plugin-error
  • coniql-ssl
  • conn-re-render
  • connect-later
  • connections
  • contextmneu
  • conversion-tweaks
  • copy-progress-bar
  • copy-wrapper
  • coverage
  • default-protocol
  • demo-improvements
  • dependabot/npm_and_yarn/async-2.6.4
  • dependabot/npm_and_yarn/decode-uri-component-0.2.2
  • dependabot/npm_and_yarn/elliptic-6.5.4
  • dependabot/npm_and_yarn/eventsource-1.1.1
  • dependabot/npm_and_yarn/express-4.18.2
  • dependabot/npm_and_yarn/follow-redirects-1.14.8
  • dependabot/npm_and_yarn/ini-1.3.7
  • dependabot/npm_and_yarn/json5-1.0.2
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/minimist-1.2.8
  • dependabot/npm_and_yarn/qs-6.5.3
  • dependabot/npm_and_yarn/semver-5.7.2
  • dependabot/npm_and_yarn/terser-4.8.1
  • dependabot/npm_and_yarn/tough-cookie-4.1.3
  • dependabot/npm_and_yarn/url-parse-1.5.10
  • dependabot/npm_and_yarn/url-parse-1.5.7
  • dependabot/npm_and_yarn/websocket-extensions-0.1.4
  • dependabot/npm_and_yarn/word-wrap-1.2.4
  • dependabot/npm_and_yarn/y18n-4.0.1
  • dependency-updates
  • device-parsing
  • device-query
  • device-widget
  • devices
  • devices-updated
  • diagrams
  • docs
  • documentation
  • documentation-and-cosmetic-code-changes
  • drawer-component
  • drop-down
  • dynamic-close-button
  • dynamic-content
  • dynamic-page-component
  • dynamic-router
  • editor
  • enum
  • exit
  • feature/plot
  • file-context
  • file-loading
  • filename-lint
  • fix-sim
  • fixes
  • flat-json
  • further-updates
  • github-actions
  • graphics
  • graphql-ws_protocol_upgrade
  • highlight
  • history
  • hooked-components
  • hooks
  • husky
  • image+symbol
  • image-widget
  • improved-presentation
  • inputstweak
  • label
  • layouts
  • led-updates
  • led-widget
  • lighthouse
  • lighthouse-throttle
  • linking-container
  • loadingOpiFiles
  • logging
  • machine-status
  • macro-fix
  • macros
  • master
  • masterGH
  • measure-no-throttle
  • measure-rules
  • measure-throttle
  • measurement
  • menubutton
  • metadata
  • minor-changes
  • minor-fixes
  • misc
  • mobilefriendly
  • multipage
  • new-opis
  • new-widgets
  • no-initial-query
  • opi-display-page
  • opi-mapping
  • opi-view
  • optional-pvname
  • outlines
  • parser-and-misc
  • performance
  • performance-changes
  • performance-demos
  • performance-hoc
  • performance-page
  • performance-rules
  • polyline-widget
  • popover-fix
  • position-object
  • positioning
  • prettier
  • progress-bar
  • prop-types
  • pss-screens
  • pv-specific-updates
  • react-testing-library
  • react-update
  • readback
  • readonly
  • reconnections
  • redux-devtools
  • refs/heads/use_cs-web-lib
  • refs/tags/1.0.1
  • remove-enzyme
  • remove-get-value
  • remove-theme
  • remove-widget-styling
  • render-from-bob
  • resolve-macros
  • restructure
  • rule-re-render
  • rules
  • simpler-checkbox
  • slide-control
  • slideshow
  • stringify
  • styled-components
  • styling
  • subs
  • symbol-widget
  • synoptic
  • synoptic-coniql
  • tab-refactor
  • tabbed-beamline
  • tabs
  • tartiflette
  • test-pages
  • test-refactor
  • tests
  • tflette
  • theme
  • throttle
  • throttle-middleware
  • throttle-middleware-simplify
  • tidying
  • travis
  • tweaks
  • unsubscribe
  • unsubscription-bug
  • update
  • update-devices
  • update-merges
  • update-readme
  • update_dependencies
  • updates
  • updates2
  • url-info
  • use-effect
  • use_cs-web-lib
  • vtypes
  • waveforms
  • widget-parsing
  • widget-refactor
  • widgetinterface
  • widgets
  • wrapper-styling-fixes
  • wrappers

pending completion
143

Pull #27

travis-ci-com

web-flow
Provided functionality for redux dev tools

Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools.

Allows view, pause, rewind of redux state for debugging.

Added window as any type following advice on the answer from Dimitar Nkoviski on this Stack Overflow question: https://stackoverflow.com/questions/12709074/how-do-you-explicitly-set-a-new-property-on-window-in-typescript
Pull Request #27: Added redux devtools functionality

76 of 123 branches covered (61.79%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

174 of 248 relevant lines covered (70.16%)

19.29 hits per line

Relevant lines Covered
Build:
Build:
248 RELEVANT LINES 174 COVERED LINES
19.29 HITS PER LINE
Source Files on redux
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
143 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... Pull #27 29 Aug 2019 08:25AM UTC web-flow travis-ci-com pending completion  
142 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... push 29 Aug 2019 08:25AM UTC TimGuiteDiamond travis-ci-com pending completion  
114 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... Pull #27 29 Aug 2019 08:25AM UTC web-flow travis-ci pending completion  
113 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... push 29 Aug 2019 08:25AM UTC TimGuiteDiamond travis-ci pending completion  
140 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... Pull #27 28 Aug 2019 09:10AM UTC web-flow travis-ci-com pending completion  
111 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... Pull #27 28 Aug 2019 09:10AM UTC web-flow travis-ci pending completion  
139 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... push 28 Aug 2019 09:10AM UTC TimGuiteDiamond travis-ci-com pending completion  
110 redux Provided functionality for redux dev tools Followed instructions at https://github.com/zalmoxisus/redux-devtools-extension to connect to redex devtools extension in browser development tools. Allows view, pause, rewind of redux state for debuggi... push 28 Aug 2019 09:10AM UTC TimGuiteDiamond travis-ci pending completion  
See All Builds (2407)
  • 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