Java
Java copied to clipboard
style: do not use `ArgumentsProvider` as deprecated
trafficstars
This PR should fix the failing build in #6252 (cf. log).
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [x] All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 73.98%. Comparing base (
8e6637b) to head (5f4c727).
Additional details and impacted files
@@ Coverage Diff @@
## master #6253 +/- ##
=========================================
Coverage 73.98% 73.98%
Complexity 5346 5346
=========================================
Files 677 677
Lines 18652 18652
Branches 3621 3621
=========================================
Hits 13800 13800
Misses 4294 4294
Partials 558 558
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.