Skip to content

Commit

Permalink
Update configuration and documentation build (#140)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 32 changed files with 801 additions and 887 deletions.
288 changes: 0 additions & 288 deletions .circleci/config.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .codecov.yaml
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
5 changes: 0 additions & 5 deletions .codecov.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .flake8

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/circle_artifacts.yml

This file was deleted.

Loading

0 comments on commit bf9f3ed

Please sign in to comment.