Skip to content

Commit

Permalink
deploy: 51d53ab
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Aug 21, 2023
1 parent 346a93f commit 775497d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/coverage-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ <h2>verdepcheck coverage - 0.00%</h2>
</ul>
<div class="tab-content" data-tabsetid="covr">
<div class="tab-pane active" title="Files" data-value="Files" id="tab-covr-1">
<div class="datatables html-widget html-fill-item-overflow-hidden html-fill-item" id="htmlwidget-3fe03d442d61dcaf9638" style="width:100%;height:500px;"></div>
<script type="application/json" data-for="htmlwidget-3fe03d442d61dcaf9638">{"x":{"filter":"none","vertical":false,"fillContainer":false,"data":[["<a href=\"#\">R/get_ref.R<\/a>","<a href=\"#\">R/deps_installation_proposal.R<\/a>","<a href=\"#\">R/check.R<\/a>"],[268,228,205],[98,78,61],[0,0,0],[98,78,61],["0","0","0"],["0.00%","0.00%","0.00%"]],"container":"<table class=\"row-border\">\n <thead>\n <tr>\n <th>File<\/th>\n <th>Lines<\/th>\n <th>Relevant<\/th>\n <th>Covered<\/th>\n <th>Missed<\/th>\n <th>Hits / Line<\/th>\n <th>Coverage<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"searching":false,"dom":"t","paging":false,"columnDefs":[{"targets":6,"createdCell":"function(td, cellData, rowData, row, col) {\n var percent = cellData.replace(\"%\", \"\");\n if (percent > 90) {\n var grad = \"linear-gradient(90deg, #edfde7 \" + cellData + \", white \" + cellData + \")\";\n } else if (percent > 75) {\n var grad = \"linear-gradient(90deg, #f9ffe5 \" + cellData + \", white \" + cellData + \")\";\n } else {\n var grad = \"linear-gradient(90deg, #fcece9 \" + cellData + \", white \" + cellData + \")\";\n }\n $(td).css(\"background\", grad);\n}\n"},{"className":"dt-right","targets":[1,2,3,4]}],"order":[],"autoWidth":false,"orderClasses":false},"callback":"function(table) {\ntable.on('click.dt', 'a', function() {\n files = $('div#files div');\n files.not('div.hidden').addClass('hidden');\n id = $(this).text();\n files.filter('div[id=\\'' + id + '\\']').removeClass('hidden');\n $('ul.nav a[data-value=Source]').text(id).tab('show');\n});\n}"},"evals":["options.columnDefs.0.createdCell","callback"],"jsHooks":[]}</script>
<div class="datatables html-widget html-fill-item-overflow-hidden html-fill-item" id="htmlwidget-ab4bb0e95c91e54607f5" style="width:100%;height:500px;"></div>
<script type="application/json" data-for="htmlwidget-ab4bb0e95c91e54607f5">{"x":{"filter":"none","vertical":false,"fillContainer":false,"data":[["<a href=\"#\">R/get_ref.R<\/a>","<a href=\"#\">R/deps_installation_proposal.R<\/a>","<a href=\"#\">R/check.R<\/a>"],[268,228,205],[98,78,61],[0,0,0],[98,78,61],["0","0","0"],["0.00%","0.00%","0.00%"]],"container":"<table class=\"row-border\">\n <thead>\n <tr>\n <th>File<\/th>\n <th>Lines<\/th>\n <th>Relevant<\/th>\n <th>Covered<\/th>\n <th>Missed<\/th>\n <th>Hits / Line<\/th>\n <th>Coverage<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"searching":false,"dom":"t","paging":false,"columnDefs":[{"targets":6,"createdCell":"function(td, cellData, rowData, row, col) {\n var percent = cellData.replace(\"%\", \"\");\n if (percent > 90) {\n var grad = \"linear-gradient(90deg, #edfde7 \" + cellData + \", white \" + cellData + \")\";\n } else if (percent > 75) {\n var grad = \"linear-gradient(90deg, #f9ffe5 \" + cellData + \", white \" + cellData + \")\";\n } else {\n var grad = \"linear-gradient(90deg, #fcece9 \" + cellData + \", white \" + cellData + \")\";\n }\n $(td).css(\"background\", grad);\n}\n"},{"className":"dt-right","targets":[1,2,3,4]}],"order":[],"autoWidth":false,"orderClasses":false},"callback":"function(table) {\ntable.on('click.dt', 'a', function() {\n files = $('div#files div');\n files.not('div.hidden').addClass('hidden');\n id = $(this).text();\n files.filter('div[id=\\'' + id + '\\']').removeClass('hidden');\n $('ul.nav a[data-value=Source]').text(id).tab('show');\n});\n}"},"evals":["options.columnDefs.0.createdCell","callback"],"jsHooks":[]}</script>
</div>
<div class="tab-pane" title="Source" data-value="Source" id="tab-covr-2">
<div id="files">
Expand Down

0 comments on commit 775497d

Please sign in to comment.