greentic-deployer 0.4.41

Greentic deployer runtime for plan construction and deployment-pack dispatch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version": 1,
  "global": {
    "line_coverage_min": 60.0
  },
  "defaults": {
    "per_file_line_coverage_min": 60.0
  },
  "exclusions": {
    "files": [
      "src/main.rs",
      "src/bin/build_fixture_gtpacks.rs",
      "src/bin/replay_deployer_scaffolds.rs"
    ]
  },
  "per_file": {}
}