-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Improvement][API-Test] Add api tests for project page #14402
[Improvement][API-Test] Add api tests for project page #14402
Conversation
...scheduler-api-test/dolphinscheduler-api-test-case/src/test/resources/workflow-json/test.json
Outdated
Show resolved
Hide resolved
...api-test-case/src/test/java/org/apache/dolphinscheduler/api/test/utils/MultipartUtility.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #14402 +/- ##
============================================
- Coverage 38.50% 38.48% -0.02%
+ Complexity 4560 4559 -1
============================================
Files 1237 1237
Lines 43537 43537
Branches 4815 4815
============================================
- Hits 16764 16756 -8
- Misses 24918 24928 +10
+ Partials 1855 1853 -2 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...r-api-test-case/src/test/java/org/apache/dolphinscheduler/api/test/cases/ProjectAPITest.java
Show resolved
Hide resolved
ff4e8b6
to
63ad09f
Compare
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.
+1
Kudos, SonarCloud Quality Gate passed! |
* add initial api tests for process definition controller * Update * Add test cases for project page * Remove unrelated stuff * Remove useless imports * Add project api test case to github workflow matrix
* add initial api tests for process definition controller * Update * Add test cases for project page * Remove unrelated stuff * Remove useless imports * Add project api test case to github workflow matrix (cherry picked from commit 323129f)
* add initial api tests for process definition controller * Update * Add test cases for project page * Remove unrelated stuff * Remove useless imports * Add project api test case to github workflow matrix
Purpose of the pull request
xxx/api.test/xxx
toxxx/api/test/xxx
.Brief change log
Verify this pull request