Skip to content

Commit 2c32717

Browse files
committed
add readme image
1 parent 6c20bb9 commit 2c32717

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/code-cov-dash.png

115 KB
Loading

src/templates/App.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class App extends Component {
4747
SaveDataToLocalStorage({ value: res.total.statements.pct });
4848
}
4949
// localStorage.clear();
50-
console.log(localStorage.fileName, JSON.parse(localStorage.getItem('statementTotals')));
5150
// SaveDataToLocalStorage({ value: res.total.statements.pct });
5251
this.setState({ data: res });
5352
}).catch(error => console.error(error));
@@ -58,7 +57,7 @@ class App extends Component {
5857
// Set a one hour timeout to refresh and update data
5958
setTimeout(() => {
6059
window.location.reload();
61-
}, 3000);
60+
}, 3600000);
6261
return (
6362
<Grid fluid className="App">
6463
<Row>

0 commit comments

Comments
 (0)