We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ff37c commit d0d610eCopy full SHA for d0d610e
doc/coverage_workflow.md
@@ -71,3 +71,8 @@ By default, `fortcov` analyzes existing `.gcov` files and does not invoke
71
`gcov` or run your tests. Use the built-in bridge `--gcov` (alias:
72
`--discover-and-gcov`) to auto-discover FPM/CMake build directories, run under
73
coverage, generate `.gcov`, and then analyze them.
74
+
75
+Test-environment guard: When `fortcov` detects it is running under a test
76
+harness (e.g., `fpm test`), it skips auto-running tests to avoid recursion.
77
+In controlled CI jobs where this is desired, set the environment variable
78
+`FORTCOV_ALLOW_AUTOTEST=1` to explicitly allow the auto-test bridge.
0 commit comments