Conversation
Add new rule for CodeQL, All `src` directory except `pydolphinscheduler/src`
| - 'src/**' | ||
| - '!(pydolphinscheduler/src/**)' |
There was a problem hiding this comment.
I am not sure whether it work or not
Codecov Report
@@ Coverage Diff @@
## dev #12326 +/- ##
============================================
- Coverage 39.54% 38.59% -0.95%
+ Complexity 4176 4098 -78
============================================
Files 1016 1031 +15
Lines 38090 38459 +369
Branches 4376 4404 +28
============================================
- Hits 15062 14843 -219
- Misses 21287 21887 +600
+ Partials 1741 1729 -12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| paths-filter: |
There was a problem hiding this comment.
This doesn't work in push event, when pushing to dev branch, CodeQL must be run and it acts as a basis for those runs in pull requests
There was a problem hiding this comment.
you mean we should also run CodeQL although we also have docs change in our PR?
There was a problem hiding this comment.
you mean we should also run CodeQL although we also have docs change in our PR?
I mean we need to always run CodeQL in dev branch.








Add new rule for CodeQL, All
srcdirectoryexcept
pydolphinscheduler/src