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

mac-s-g / react-json-view / #3046

05 Feb 2021 11:19PM UTC coverage: 2.313% (-80.9%) from 83.209%
#3046

push

web-flow
Merge pull request #328 from mac-s-g/bump-minor

quotesOnKeys bugfix

0 of 412 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

593 existing lines in 29 files now uncovered.

25 of 669 relevant lines covered (3.74%)

0.04 hits per line

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

0.0
/src/js/components/DataTypes/Integer.js
1
import React from 'react';
2
import DataTypeLabel from './DataTypeLabel';
3

4
//theme
5
import Theme from './../../themes/getStyle';
6

7
export default class extends React.PureComponent {
8
    render() {
UNCOV
9
        const type_name = 'int';
×
UNCOV
10
        const { props } = this;
×
UNCOV
11
        return (
×
12
            <div {...Theme(props.theme, 'integer')}>
13
                <DataTypeLabel type_name={type_name} {...props} />
14
                {this.props.value}
15
            </div>
16
        );
17
    }
18
}
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