-
Notifications
You must be signed in to change notification settings - Fork 8
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 improvements #63
CI improvements #63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
JuliaFormatter
src/eeg.jl|51|
src/eeg.jl|66|
src/eeg.jl|148|
src/eeg.jl|210|
src/extrapolation.jl|8|
src/extrapolation.jl|28|
src/interpolators.jl|24|
src/interpolators.jl|28|
src/interpolators.jl|59|
src/interpolators.jl|91|
src/interpolators.jl|114|
src/interpolators.jl|179|
src/interpolators.jl|185|
src/interpolators.jl|195|
src/interpolators.jl|213|
test/nb_example.jl|39|
test/nb_example.jl|42|
test/nb_example.jl|52|
test/nb_example.jl|60|
test/nb_example.jl|69|
test/nb_example.jl|74|
test/runtests.jl|40|
test/runtests.jl|46|
test/runtests.jl|53|
test/runtests.jl|67|
test/runtests.jl|70|
test/runtests.jl|75|
test/runtests.jl|85|
test/runtests.jl|88|
test/runtests.jl|94|
test/runtests.jl|101|
test/runtests.jl|106|
test/runtests.jl|117|
test/runtests.jl|159|
test/runtests.jl|169|
test/runtests.jl|174|
test/runtests.jl|180|
test/runtests.jl|183|
test/runtests.jl|188|
test/runtests.jl|194|
test/runtests.jl|197|
test/runtests.jl|211|
test/test-scripts.jl|6|
test/test-scripts.jl|22|
test/test-scripts.jl|25|
test/test-scripts.jl|29|
test/test-scripts.jl|57|
test/test-scripts.jl|66|
test/test-scripts.jl|77|
test/test-scripts.jl|86|
test/test-scripts.jl|90|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
JuliaFormatter
test/runtests.jl|101|
test/runtests.jl|106|
test/runtests.jl|117|
test/runtests.jl|133|
test/runtests.jl|141|
test/runtests.jl|152|
test/runtests.jl|162|
test/runtests.jl|167|
test/runtests.jl|171|
test/runtests.jl|174|
test/runtests.jl|179|
test/runtests.jl|185|
test/runtests.jl|188|
test/runtests.jl|195|
test/runtests.jl|202|
test/test-scripts.jl|6|
test/test-scripts.jl|22|
test/test-scripts.jl|25|
test/test-scripts.jl|29|
test/test-scripts.jl|57|
test/test-scripts.jl|66|
test/test-scripts.jl|77|
test/test-scripts.jl|86|
test/test-scripts.jl|90|
Note
The only real changes are in the
.yml
and.toml
files. Everything else is just formatting and wrapping tests in testsets.