JSOSolvers.jl
JSOSolvers.jl copied to clipboard
Apply COPIERTemplate
The jury is still out on what features will be added in the COPIERTemplate, and it should be easy to switch if we want to create a specific JSOTemplate.
Main features:
- Adds several linter and formatters through pre-commit, and their configuration files. If the user installs pre-commit (and they should), this will run before the commit is completed, possibly fixing formatting, and complaining about linter issues. The same linters are run online in the CI.
- Fixes issues found by these linters (mostly MD files).
- Breaks CI.yml into Test.yml and Docs.yml, to allow for selective runs.
- Adds documentation for contributors (contributing.md) and for developer setup (developer.md).
- Adds a CITATION.cff and remove .zenodo.json
Some of these changes had to be manually assisted, but the vast majority was done simply by applying the template.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.49%. Comparing base (
3cca9d5) to head (c49ca24). Report is 35 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #242 +/- ##
=======================================
Coverage 88.49% 88.49%
=======================================
Files 7 7
Lines 1026 1026
=======================================
Hits 908 908
Misses 118 118
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This will be superseded by BestieTemplate