Skip to content

Commit 1b08bac

Browse files
authored
Update coverage recommendation in docs (#1622)
* Update coverage recommendation in docs
1 parent 1664649 commit 1b08bac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/src/90-contributing/91-developer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,9 @@ julia> cov = generate_coverage()
420420
```
421421
422422
This will run the tests, track line coverage and print a report table as output.
423-
Note that we want to maintain 100% test coverage. If any file does not show 100%
424-
coverage, please add tests to cover the missing lines.
423+
We aim to keep coverage high, with reasonable exceptions.
424+
Our current guideline is to require at least 90% but aim for 95%,
425+
which is reflected in the [codecov.yml](https://github.com/TulipaEnergy/TulipaEnergyModel.jl/blob/main/codecov.yml) file.
425426
426427
If you are having trouble reaching 100% test coverage, you can set your pull
427428
request to 'draft' status and ask for help.

0 commit comments

Comments
 (0)