We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9db8d commit 368b422Copy full SHA for 368b422
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: alr gnatprove -j0 --level=4
33
34
# Instrument the project code for coverage analysis.
35
- - run: cd tests && alr gnatcov instrument --level=stmt --dump-trigger=atexit --projects ada_spark_workflow.gpr
+ - run: cd tests && alr build && alr gnatcov instrument --level=stmt --dump-trigger=atexit --projects ada_spark_workflow.gpr
36
37
# Build testsuite with instrumented code.
38
- run: cd tests && alr build -- --src-subdirs=gnatcov-instr --implicit-with=gnatcov_rts_full
0 commit comments