vechain / thor

A general purpose blockchain highly compatible with Ethereum's ecosystem
GNU Lesser General Public License v3.0
791 stars 247 forks source link

Try to reproduce subscription test issue #771

Open otherview opened 1 month ago

otherview commented 1 month ago

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

darrenvechain commented 1 month ago

@otherview could test stability of GHA by updating the matrix on the unit tests:

multiple: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]

15 is probably overkill since we have other matrices though

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 62.71%. Comparing base (3d7ab12) to head (0ce3fdc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #771 +/- ## ========================================== + Coverage 62.58% 62.71% +0.12% ========================================== Files 199 199 Lines 18098 18099 +1 ========================================== + Hits 11326 11350 +24 + Misses 5690 5665 -25 - Partials 1082 1084 +2 ```

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