This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add jacoco for code coverage * update codecov report uploader action * clean code * clean code * change jacoco limit threshold to 0.0 to * integrate Codecov with Github Actions pipeline * upload jacoco report to codecov * update README.md to show codecov badge * add UT for ShardStateCollectorTests * add UT for ShardStateCollectorTests * add UT for ShardStateCollectorTests * use paranamer module to avoid creating default constructor * pass code style check * update sha file for jackson-module-paranamer-2.11.3 * revert NodeStatsFixedShardsMetricsCollectorTests change * invoke tearDown after testing * fix accessControllerException * make NodeStatsMetricsAllShardsPerCollectionStatus static * move readEvent method to TestUtil * clean code * remove unsued test case * ppopulate diff value for NodeStatsMetricsAllShardsPerCollectionStatus * refactor based on code review * make valueCalculators as ImmutableMap * fix paranamer lib dependency issue * iignore sha file * grant permission to fix AccessControlException * update byte-buddy version to 1.9.7 * update byte-buddy version to 1.9.7 * set tests.security.manager to false * change minimum code coverage verification to 0.19
- Loading branch information
Showing
15 changed files
with
210 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This copy of Jackson JSON processor databind module is licensed under the | ||
Apache (Software) License, version 2.0 ("the License"). | ||
See the License for details about distribution rights, and the | ||
specific rights regarding derivate works. | ||
|
||
You may obtain a copy of the License at: | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
650b643b53a2697e6480913eae8ac602f35a4f51 | ||
2721b7d9d73641be5bbde80399c386dd40364e51 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.