NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

README/Documentation Updates #39

Closed cartermak closed 1 year ago

cartermak commented 1 year ago
cartermak commented 1 year ago

Updated thoughts:

[tool.coverage.paths]
source = ["src", "*/site-packages"]
tests = ["tests", "*/tests"]

[tool.coverage.run]
branch = true
source = ["aerie_cli", "tests"]

[tool.coverage.report]
show_missing = true
fail_under = 100
cartermak commented 1 year ago

Partially migrated to #76 and will otherwise be closed by #77.