push
github-actions
Breakout package parser class (#566) * move package_parser to its own file * add cspell workspace dictionary * add cspell workspace dictionary * fix mypy errors * skip 2 tests that fail using OM 1.20 * remove unnecessary python enumerate command * refactor: swap os. for Path in package_parser.py * refactor: transform self.path to be a Path no matter what it came in as * Revert "refactor: transform self.path to be a Path no matter what it came in as" This reverts commit 092e3863e. * Revert "refactor: swap os. for Path in package_parser.py" This reverts commit 137b8c163. --------- Co-authored-by: Nathan Moore <nathan.moore@nrel.gov>
888 of 1061 branches covered (83.69%)
Branch coverage included in aggregate %.
87 of 87 new or added lines in 14 files covered. (100.0%)
2460 of 2726 relevant lines covered (90.24%)
1.8 hits per line