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

DamianMullins / Coinsly / #157

pending completion
#157

push

web-flow
Merge branch 'master' into snyk-upgrade-ade14345fc7541396547a3069b402223

5 of 78 branches covered (6.41%)

Branch coverage included in aggregate %.

11 of 266 relevant lines covered (4.14%)

0.15 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/containers/AppContainer.js
1
import { connect } from 'react-redux';
2
import { withRouter } from 'react-router-dom';
3
import App from '../components/App';
4
import { setInitialState } from '../store/actions';
5
import { onAuthChanged } from '../store/actions/user';
6

7
const mapDispatchToProps = dispatch => ({
×
8
  onAuthChanged: () => dispatch(onAuthChanged()),
×
9
  setInitialState: user => dispatch(setInitialState(user))
×
10
});
11

12
export default connect(
13
  undefined,
14
  mapDispatchToProps
15
)(withRouter(App));
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