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

Brightspace / react-valence-ui-fileviewer / 7995792934

21 Feb 2024 09:25PM UTC coverage: 56.315% (-0.04%) from 56.35%
7995792934

Pull #117

github

web-flow
Merge c19bfe4c3 into 82efc8be8
Pull Request #117: GAUD-5048 - Use new release token

603 of 1444 branches covered (41.76%)

1623 of 2882 relevant lines covered (56.32%)

5.69 hits per line

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

52.25
/src/plugins/generic/generic.js
1
'use strict';
2

3
var React = require('react'), // eslint-disable-line no-unused-vars
1!
4
        Viewer = require('./viewer');
5

1✔
6
var plugin = {
7
        getComponent: function(props) {
1✔
8
                return (<Viewer {...props} />);
9
        },
1✔
10
        test: function() {
11
                return true;
1✔
12
        }
13
};
14

1✔
15
module.exports = plugin;
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