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

DamianMullins / Coinsly / #229

pending completion
#229

push

web-flow
Bump coveralls from 3.1.0 to 3.1.1

Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/nickmerwin/node-coveralls/releases)
- [Commits](https://github.com/nickmerwin/node-coveralls/compare/v3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: coveralls
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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/components/Loading.js
1
import React from 'react';
2
import PropTypes from 'prop-types';
3

4
import loadingSvg from '../assets/loading.svg';
5
import styles from '../styles/Loading.module.scss';
6

7
const Loading = ({ loading }) =>
×
8
  loading && (
×
9
    <img src={loadingSvg} className={styles.loading} alt="Loading..." />
10
  );
11

12
Loading.propTypes = {
×
13
  loading: PropTypes.bool.isRequired
14
};
15

16
export default Loading;
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