-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update configuration and documentation build (#140)
* run toml-sort * config clean-up * update workflows * add sys_info * more improvements * update style.css and version.json * fix test and turn warning into errors * fix tests * more test fixes * more test fixes * more test fixes * fix tests * update codespell configuration * add back raison * add missing headless step * fix yamllint * install scipy pre * fix pip-pre tests * try pip-pre with mne-bids (main) * omit conftest.py * try again to fix pip-pre * try again to filter warnings * drop mypy * increase timeout for doc build
- Loading branch information
Mathieu Scheltienne
authored
Oct 27, 2023
1 parent
ff5e051
commit bf9f3ed
Showing
32 changed files
with
801 additions
and
887 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
comment: false | ||
github_checks: # too noisy, even though "a" interactively disables them | ||
annotations: false | ||
|
||
codecov: | ||
notify: | ||
require_ci_to_pass: false | ||
|
||
coverage: | ||
status: | ||
patch: | ||
default: | ||
informational: true | ||
target: 95% | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: failure | ||
project: | ||
default: false | ||
library: | ||
informational: true | ||
target: 90% | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: failure |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.