-
Notifications
You must be signed in to change notification settings - Fork 186
test: Implement Simple fees crypto service hapi tests #22366
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #22366 +/- ##
=========================================
Coverage 74.13% 74.13%
- Complexity 23562 23564 +2
=========================================
Files 2551 2551
Lines 96372 96372
Branches 10216 10216
=========================================
+ Hits 71444 71445 +1
Misses 21149 21149
+ Partials 3779 3778 -1 see 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
...st-clients/src/main/java/com/hedera/services/bdd/suites/hip1261/utils/FeesChargingUtils.java
Outdated
Show resolved
Hide resolved
...st-clients/src/main/java/com/hedera/services/bdd/suites/hip1261/utils/FeesChargingUtils.java
Outdated
Show resolved
Hide resolved
...main/java/com/hedera/services/bdd/suites/hip1261/utils/SimpleFeesScheduleConstantsInUsd.java
Show resolved
Hide resolved
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
…h hooks Signed-off-by: Eva <evdokia.georgieva@limechain.tech>
Signed-off-by: Evdokia-Georgieva <151633269+Evdokia-Georgieva@users.noreply.github.com>
Description:
This PR contains HAPI tests for Crypto Create transaction with new Simple Fees.