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: update our release artifact build process to generate the dist folder for our TypeScript compiled JS files #703

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

jeromy-cannon
Copy link
Contributor

Description

This pull request changes the following:

  • update our release artifact build process to generate the dist folder for our TypeScript compiled JS files

Related Issues

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Copy link
Contributor

Unit Test Results - Linux

  1 files  ±0   40 suites  ±0   7s ⏱️ -1s
111 tests ±0  111 ✅ ±0  0 💤 ±0  0 ❌ ±0 
123 runs  ±0  123 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f2c5028. ± Comparison against base commit 7991bf7.

Copy link
Contributor

Unit Test Results - Windows

  1 files  ±0   40 suites  ±0   23s ⏱️ +2s
111 tests ±0  111 ✅ ±0  0 💤 ±0  0 ❌ ±0 
123 runs  ±0  123 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f2c5028. ± Comparison against base commit 7991bf7.

Copy link
Contributor

github-actions bot commented Oct 17, 2024

E2E Test Report

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit f2c5028.

♻️ This comment has been updated with latest results.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 7991bf71
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7991bf7) Report Missing Report Missing Report Missing
Head commit (f2c5028) 13290 9026 67.92%

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 (#703) 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.

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.83%. Comparing base (ecbbeb7) to head (f2c5028).
Report is 23 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #703      +/-   ##
==========================================
+ Coverage   66.44%   66.83%   +0.38%     
==========================================
  Files          38       38              
  Lines       14301    13290    -1011     
  Branches      967     1003      +36     
==========================================
- Hits         9503     8883     -620     
+ Misses       4633     4301     -332     
+ Partials      165      106      -59     

see 21 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit 5c6e18c into main Oct 17, 2024
42 checks passed
@jeromy-cannon jeromy-cannon deleted the 00702-dist-folder branch October 17, 2024 16:28
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.31.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.31.1 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update our release artifact build process to generate the dist folder for our TypeScript compiled JS files
3 participants