We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e59dd7 commit aff065cCopy full SHA for aff065c
.gitignore
@@ -14,6 +14,7 @@
14
/tracker.toml
15
callgrind.out
16
codecov.json
17
+integration_tests_sqlite3.db
18
lcov.info
19
perf.data*
20
rustc-ice-*.txt
tests/servers/api/contract/stats/mod.rs
@@ -30,6 +30,10 @@ async fn the_stats_api_endpoint_should_return_the_global_stats() {
30
listed = false
31
private = false
32
33
+ [core.database]
34
+ driver = "sqlite3"
35
+ path = "./integration_tests_sqlite3.db"
36
+
37
[[http_trackers]]
38
bind_address = "0.0.0.0:7272"
39
tracker_usage_statistics = true
0 commit comments