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

Brightspace / react-valence-ui-fileviewer / 7995792934

21 Feb 2024 09:25PM CUT 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.68
/src/plugins/html/html.js
1
'use strict';
2

3
var React = require('react'), // eslint-disable-line no-unused-vars
1!
4
        NativeViewer = require('react-valence-ui-iframe');
5

1✔
6
var plugin = {
7
        getComponent: function(props) {
1✔
8
                return <NativeViewer {...props} />;
9
        },
1✔
10
        test: function(mimeType) {
11
                var isHtml = (mimeType === 'text/html');
1✔
12
                return isHtml;
13
        }
14
};
2✔
15

2✔
16
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