Compare commits

..

2 Commits

Author SHA1 Message Date
Shefali Joshi
1ac9b4981d Merge branch 'master' into code-coverage-63 2020-07-21 10:56:21 -07:00
Andrew Henry
f910ce6c59 Ratchet code coverage threshold up to 63% 2020-07-16 10:43:43 -07:00
3 changed files with 1 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ module.exports = (config) => {
reports: ['html', 'lcovonly', 'text-summary'],
thresholds: {
global: {
lines: 62
lines: 63
}
}
},

View File

@@ -61,7 +61,6 @@
"node-bourbon": "^4.2.3",
"node-sass": "^4.9.2",
"painterro": "^1.0.35",
"plotly.js-dist": "^1.54.5",
"printj": "^1.2.1",
"raw-loader": "^0.5.1",
"request": "^2.69.0",

View File

@@ -5,9 +5,6 @@
</template>
<script>
// eslint-disable-next-line no-unused-vars
import Plotly from 'plotly.js-dist';
export default {
inject: ['openmct', 'domainObject'],
data: function () {