celo-org / celo-blockchain

Official repository for the golang Celo Blockchain
https://celo.org
GNU Lesser General Public License v3.0
560 stars 198 forks source link

Test fee currency event emission #2197

Closed palango closed 11 months ago

palango commented 12 months ago

Description

Adds an E2E test for transaction with fee currency usage.

github-actions[bot] commented 12 months ago

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 3808c45addf56cf547581599a1cb059bc4ae5089

coverage: 45.9% of statements across all listed packages
coverage:  57.2% of statements in consensus/istanbul
coverage:  23.7% of statements in consensus/istanbul/announce
coverage:  54.4% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  61.3% of statements in consensus/istanbul/core
coverage:  45.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.2% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random
github-actions[bot] commented 12 months ago
5873 passed, 45 skipped
codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (573e14e) 55.10% compared to head (21ff4cc) 55.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2197 +/- ## ========================================== + Coverage 55.10% 55.15% +0.05% ========================================== Files 682 682 Lines 114447 114447 ========================================== + Hits 63069 63127 +58 + Misses 47479 47431 -48 + Partials 3899 3889 -10 ``` [see 33 files with indirect coverage changes](https://app.codecov.io/gh/celo-org/celo-blockchain/pull/2197/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=celo-org)

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