PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
c_coverage_gate.py File Reference

Go to the source code of this file.

Namespaces

namespace  c_coverage_gate
 

Functions

argparse.Namespace c_coverage_gate.parse_args ()
 
None c_coverage_gate.run_gcov (list[Path] src_files, Path obj_dir, Path repo_root, Path output_dir)
 
tuple[Path|None, int, int] c_coverage_gate.parse_gcov_file (Path gcov_path, Path repo_root)
 
int c_coverage_gate.main ()
 

Variables

 c_coverage_gate.LINE_RE = re.compile(r"^\s*([^:]+):\s*([0-9]+):(.*)$")