-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove files no longer used (#1176) * cookierelease: copied over index.rst (#1175) * copied over index.rst * as and cj to authors in docs. --------- Co-authored-by: Simon Billinge <sbillinge@users.noreply.github.com> * edit pyproject.toml per PR#1183 (#1187) * trim trailing whitespaces (#1190) * Codespell - edit typos (#1189) * correct spelling in CHANGELOG.rst * edit typos * add tool.codespell section to pyproject.toml * add ignore_lines and ignore_words * add ignore_words * add codespell to pre-commit * add more file extensions to skip * fix typo * add more words to ignore * Recut - add github CI files, remove github deploy key, flake8 latest (#1191) * Add github CI, remove github deploy key, flake8 latest * Add requires-python = ">=3.11, <3.14" in pyproject.toml * Remove 3.10 classifier in pyproject.toml * remove duplicate codespell lines (#1193) * run tests on cookie, not on main in pr (#1194) * Cookie: restore old txt files (so pytest is passing) (#1198) * remove duplicate codespell lines * exclude txt in trailing-whitespace fixes * restore old version of txt files with whitespaces * Configure non-reusable Python 3.11 Test on PR GitHub CI (#1203) * Add Python 3.11 test on PR and install libgtk to build wxpython * Use regolith instead of labpdfproc name * change position values in grants to remove warnings in tests (#1205) * change position values in grants to remove warnings in tests * for 3.11 we don't bave to build wx from sources * try again to get gooey going without wx build * Cookie move tests (#1199) * flake8 exclude test_helpers.py * merge two versions of conftest.py * make flake8 exclude test_helpers.py * make flake8 ignore test_helpers.py * move test_helpers * move the remaining tests files * deletions from src/regolith/tests * make flake8 exclude test_commands.py * make flake8 ignore test_commands * ignore test_helpers and test_commands * ignore test_helpers and test_commands * comment out import conftest * fix typos * fix minor typo * codespell ignore Ond * fix minor typo * Re-cun CI with empty commit * fix matplotlib plot_date warnings (#1207) --------- Co-authored-by: Sangjoon Bob Lee <bob@boblee.io> Co-authored-by: tinatn29 <77407300+tinatn29@users.noreply.github.com>
- Loading branch information
1 parent
8657d8d
commit d9d8e48
Showing
138 changed files
with
772 additions
and
833 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,34 +1,14 @@ | ||
# codecov can find this file anywhere in the repo, so we don't need to clutter | ||
# the root folder. | ||
#comment: false | ||
|
||
codecov: | ||
notify: | ||
require_ci_to_pass: no | ||
|
||
coverage: | ||
status: | ||
patch: | ||
project: # more options at https://docs.codecov.com/docs/commit-status | ||
default: | ||
target: '70' | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: failure | ||
project: | ||
default: false | ||
library: | ||
target: auto | ||
if_no_uploads: error | ||
if_not_found: success | ||
if_ci_failed: error | ||
paths: '!*/tests/.*' | ||
|
||
tests: | ||
target: 97.9% | ||
paths: '*/tests/.*' | ||
if_not_found: success | ||
|
||
flags: | ||
tests: | ||
paths: | ||
- tests/ | ||
target: auto # use the coverage from the base commit, fail if coverage is lower | ||
threshold: 0% # allow the coverage to drop by | ||
|
||
comment: | ||
layout: " diff, flags, files" | ||
behavior: default | ||
require_changes: false | ||
require_base: false # [true :: must have a base report to post] | ||
require_head: false # [true :: must have a head report to post] | ||
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage] |
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,2 @@ | ||
;; Please include filenames and explanations for each ignored line. | ||
;; See https://docs.openverse.org/meta/codespell.html for docs. |
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,27 @@ | ||
;; Please include explanations for each ignored word (lowercase). | ||
;; See https://docs.openverse.org/meta/codespell.html for docs. | ||
|
||
;; abbreviation for "materials" often used in a journal title | ||
mater | ||
|
||
;; alternative use of socioeconomic | ||
socio-economic | ||
|
||
;; Frobenius norm used in np.linalg.norm | ||
fro | ||
|
||
;; variable names | ||
stati | ||
convertor | ||
dploy | ||
pres | ||
Ond | ||
|
||
;; package name | ||
rever | ||
|
||
;; people.rst manually allows 'programer' as a variation of 'programmer' | ||
programer | ||
|
||
;; suffix for dates | ||
nd |
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.