Skip to content
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

ci: Fix dependencies #492

Merged
merged 12 commits into from
Oct 30, 2024
Merged

ci: Fix dependencies #492

merged 12 commits into from
Oct 30, 2024

Conversation

mishomihov00
Copy link
Contributor

@mishomihov00 mishomihov00 commented Oct 24, 2024

Description

This pull request changes the following:

Reverts changes made by PR #480, #469 and #475 because of problems with dependancies which leads to the code not being compiled.

Also limiting the maxWorkers of jest. This was causing the runner disconnection issues.

Fixes #499

Related Issues

  • None

Signed-off-by: Mihail Mihov <[email protected]>
Signed-off-by: Mihail Mihov <[email protected]>
Copy link

github-actions bot commented Oct 24, 2024

E2E Test Results

4 tests   4 ✅  46s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit dfcc880.

♻️ This comment has been updated with latest results.

@andrewb1269hg
Copy link
Contributor

This PR will resolve issues identified in the following PRs:
#496
#483

This PR also resolves issue:
#499

Copy link

Unit Test Results

35 tests   35 ✅  10m 23s ⏱️
21 suites   0 💤
 1 files     0 ❌

Results for commit dfcc880.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 8d59adf1
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (8d59adf) Report Missing Report Missing Report Missing
Head commit (dfcc880) 1636 1085 66.32%

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 (#492) 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

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@mishomihov00 mishomihov00 marked this pull request as ready for review October 30, 2024 14:51
@mishomihov00 mishomihov00 requested review from a team as code owners October 30, 2024 14:51
@mishomihov00 mishomihov00 requested a review from dalvizu October 30, 2024 14:51
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.09%. Comparing base (850272a) to head (dfcc880).
Report is 70 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #492   +/-   ##
=======================================
  Coverage   66.09%   66.09%           
=======================================
  Files          60       60           
  Lines        1879     1879           
  Branches      280      282    +2     
=======================================
  Hits         1242     1242           
+ Misses        636      602   -34     
- Partials        1       35   +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.2.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.

Issue with Dependencies typescript-eslint/parser
4 participants