-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI and dev maintenance updates #43
Conversation
5eba839
to
2a94d53
Compare
Codecov Report
@@ Coverage Diff @@
## main #43 +/- ##
=======================================
Coverage 94.94% 94.95%
=======================================
Files 4 4
Lines 950 951 +1
=======================================
+ Hits 902 903 +1
Misses 48 48
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* explain effects of compiler directives * other polish
…or better documentation)
22bc23d
to
95d27c0
Compare
- `git shortlog -se -n --all` # review all commit authors/emails - `git shortlog -se -n --all --no-merges` # ... same with merge commit statistics excluded - ref: [`git` ~ display project devs](https://stackoverflow.com/questions/9597410/list-all-developers-on-a-project-in-git) @@ <https://archive.is/ZbVJP>
This is ready for review, but it's on top of #42 to avoid CI failures based on docs. This refactoring updates CI, decreasing redundancies, adding increased testing (doc and spell testing), while decreasing CI runtime by approximately 50% (up to 75% for some runs). New configuration for Other minor changes are included so that the new CI tests all pass. I make it ready, and rebase it on 'main', when #42 is merged. |
Once this is merged, I'll post a draft PR that has the 100% code coverage refactor. |
@rivy maybe 2.1.0 for the next release ? :) |
No description provided.