We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c20bb9 commit 2c32717Copy full SHA for 2c32717
public/code-cov-dash.png
115 KB
src/templates/App.js
@@ -47,7 +47,6 @@ class App extends Component {
47
SaveDataToLocalStorage({ value: res.total.statements.pct });
48
}
49
// localStorage.clear();
50
- console.log(localStorage.fileName, JSON.parse(localStorage.getItem('statementTotals')));
51
// SaveDataToLocalStorage({ value: res.total.statements.pct });
52
this.setState({ data: res });
53
}).catch(error => console.error(error));
@@ -58,7 +57,7 @@ class App extends Component {
58
57
// Set a one hour timeout to refresh and update data
59
setTimeout(() => {
60
window.location.reload();
61
- }, 3000);
+ }, 3600000);
62
return (
63
<Grid fluid className="App">
64
<Row>
0 commit comments