Hennadii Stepanov
0458def51e
doc: Add --gcov-ignore-parse-errors=all option to gcovr invocations
...
Otherwise, commands might fail due to bugs in the `gcov` tool.
2025-08-12 09:11:44 +01:00
Hennadii Stepanov
1aecce5936
doc: Add --merge-mode-functions=separate option to gcovr invocations
...
Otherwise, commands fail with the error:
```
Stderr of gcov was >><< End of stderr
Exception was >>Got function secp256k1_scalar_split_lambda on multiple lines: 67, 142.
You can run gcovr with --merge-mode-functions=MERGE_MODE.
The available values for MERGE_MODE are described in the documentation.<< End of stderr
```
2025-08-11 11:35:53 +01:00
Hennadii Stepanov
106a7cbf41
doc: Exclude modules' bench_impl.h headers from coverage report
2025-08-11 11:29:23 +01:00
Sebastian Falbesoner
13d389629a
CONTRIBUTING: mention that EXIT_ codes should be used
2025-02-14 18:03:55 +01:00
Tim Ruffing
16685649d2
doc: Add convention for defaults
2024-07-01 18:40:24 +02:00
shuoer86
d77170a88d
Fix typos
2024-01-03 20:03:07 +08:00
Jonas Nick
0e5ea62207
CONTRIBUTING: add some coding and style conventions
2023-12-06 17:20:09 +00:00
Jonas Nick
0922a047fb
docs: move coverage report instructions to CONTRIBUTING
2023-12-04 20:08:33 +00:00
Jonas Nick
76880e4015
Add CONTRIBUTING.md including scope and guidelines for new code
2023-12-04 20:08:25 +00:00