hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
117 stars 110 forks source link

Enabling contract and token tests #8623

Closed mgoelswirlds closed 6 days ago

mgoelswirlds commented 6 days ago

Description: Enabling contract and token tests in config.

This PR modifies

Related issue(s):

Fixes #

Notes for reviewer: Testing in progress on all user facing environments.

Checklist

mgoelswirlds commented 6 days ago

I get a stale token error for freshness check on tokens, for testnet and mainnet with the configured tokens. Options to resolve it:

  1. Find a fresh tokenId.
  2. Remove that check if it is not necessary.
sonarcloud[bot] commented 6 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

mgoelswirlds commented 6 days ago

The testing is complete on previewnet,testnet and mainnet.

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.39%. Comparing base (2c59682) to head (5ccba6a). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8623 +/- ## ============================================ - Coverage 92.54% 92.39% -0.15% - Complexity 7379 7489 +110 ============================================ Files 895 914 +19 Lines 29577 29854 +277 Branches 3617 3640 +23 ============================================ + Hits 27372 27584 +212 - Misses 1384 1444 +60 - Partials 821 826 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.