Skip to content

chore: remove need to have custom sequencer in Jest E2E test cases #149

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

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

jeromy-cannon
Copy link
Contributor

Description

This pull request changes the following:

  • remove need to have custom sequencer in Jest E2E test cases

Related Issues

Signed-off-by: Jeromy Cannon <[email protected]>
@jeromy-cannon jeromy-cannon self-assigned this Mar 7, 2024
@jeromy-cannon jeromy-cannon marked this pull request as ready for review March 7, 2024 15:56
@jeromy-cannon jeromy-cannon requested review from leninmehedy and a team as code owners March 7, 2024 15:56
Copy link
Contributor

github-actions bot commented Mar 7, 2024

Unit Test Results

 1 files  ±0  14 suites  ±0   25s ⏱️ -1s
91 tests ±0  91 ✅ ±0  0 💤 ±0  0 ❌ ±0 
98 runs  ±0  98 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit ef1443f. ± Comparison against base commit e64e9a2.

Copy link
Contributor

github-actions bot commented Mar 7, 2024

E2E Test Results

736 tests  ±0   736 ✅ ±0   12m 30s ⏱️ - 1m 15s
  6 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit ef1443f. ± Comparison against base commit e64e9a2.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e64e9a2) 2284 1505 65.89%
Head commit (ef1443f) 2285 (+1) 1506 (+1) 65.91% (+0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#149) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.55%. Comparing base (e64e9a2) to head (ef1443f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   65.55%   65.55%           
=======================================
  Files          29       29           
  Lines        2720     2720           
  Branches      414      414           
=======================================
  Hits         1783     1783           
  Misses        937      937           

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit 1226817 into main Mar 7, 2024
@jeromy-cannon jeromy-cannon deleted the 00062-remove-jest-sequencer branch March 7, 2024 17:00
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove need to have custom sequencer in Jest E2E test cases
3 participants