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 1664649 commit 1b08bacCopy full SHA for 1b08bac
1 file changed
docs/src/90-contributing/91-developer.md
@@ -420,8 +420,9 @@ julia> cov = generate_coverage()
420
```
421
422
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.
+We aim to keep coverage high, with reasonable exceptions.
+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.
426
427
If you are having trouble reaching 100% test coverage, you can set your pull
428
request to 'draft' status and ask for help.
0 commit comments