s2json 1.5.1

This library supports the S2JSON 1.0 Specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[test]

# preload options
# preload = []

# root directory
root = "./test"

# always enable coverage
# windows tests fails when using coverage
coverage = true

# new - text doesn't work on windows machines
coverageReporter = ["text", "lcov"]  # default ["text"]
# coverageReporter = ["lcov"]  # default ["text"]
coverageDir = "./coverage"  # default "coverage"