-
Notifications
You must be signed in to change notification settings - Fork 76
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
Remove preprocess
from subpackages to test in run-test [all tests ci]
#1077
Conversation
preprocess
from subpackages to test in run-testpreprocess
from subpackages to test in run-test [all tests ci]
This is great! I'm glad it's pretty straightforward. I am wondering however, has this submodule been removed? The main CI do run all the tests using |
The preprocess subpackage is not removed. All the preprocess tests were removed back when preprocess was deprecated.
echopype/.github/workflows/pr.yaml Lines 89 to 93 in e11c665
Am I missing something? |
BTW, I forgot to use "[all tests ci]" in the PR title, so it looks like most of the tests didn't run here. I added it after the fact here, but it looks like a title edit doesn't spawn a re-run of tests. |
Yea, I haven't found a way to trigger actions when changing the title, but closing and opening seem to always, work and that's what I did. Seems like now the proper action step is running. |
Oooh, great trick, thanks! I'll remember that. |
Codecov Report
@@ Coverage Diff @@
## dev #1077 +/- ##
==========================================
+ Coverage 77.67% 77.71% +0.03%
==========================================
Files 67 67
Lines 6249 6254 +5
==========================================
+ Hits 4854 4860 +6
+ Misses 1395 1394 -1
Flags with carried forward coverage won't be shown. Click here to find out more. see 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
See #1076.