Skip to content
Snippets Groups Projects

Include coverage reports from child pipeline

All threads resolved!
2 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,6 +9,11 @@ Vue.use(VueApollo);
export default () => {
const el = document.getElementById('js-storage-counter-app');
if (!el) {
return false;
}
const {
namespacePath,
purchaseStorageUrl,
Loading