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

feature: Publish cohort SDK NPSs with bundled rust src #85

Merged

Conversation

fmarek-kindred
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (86e1454) 57.10% compared to head (e7e9607) 57.10%.

❗ Current head e7e9607 differs from pull request most recent head 3873368. Consider uploading reports for the commit 3873368 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   57.10%   57.10%           
=======================================
  Files         115      115           
  Lines        5670     5670           
=======================================
  Hits         3238     3238           
  Misses       2432     2432           

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

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably use 16 and 18

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have ticket to do testing with node 18. If we are going to support both then the whole workflow should be different in the way that it should be publishing two artefacts, one for v16 and one for v18. I prefer to have that work done as separate ticket (if we need to do it)

@@ -0,0 +1,121 @@
# Cohort Initiator JS App
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍 👍 Thanks for writing this

Copy link
Collaborator

@gk-kindred gk-kindred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating 👍

cargo --version && rustc --version && rustup --version

cargo 1.72.0 (103a7ff2e 2023-08-15)
rustc 1.72.0 (5680fa18f 2023-08-23)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We just bumped to 1.73 :-) Maybe safer to mention stable and (1.73 at the time of writing this)

@fmarek-kindred fmarek-kindred merged commit c809e90 into master Oct 11, 2023
3 checks passed
@fmarek-kindred fmarek-kindred deleted the feature/publish_cohort_sdk_npm_with_bundled_rust_src branch October 27, 2023 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants