Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Conversation

@leartgjoni-voiceflow
Copy link
Contributor

@leartgjoni-voiceflow leartgjoni-voiceflow commented Apr 12, 2021

if and set v2 handlers with eval happening on vm2 through code handler

@leartgjoni-voiceflow leartgjoni-voiceflow added the in progress In progress, should not be merged label Apr 12, 2021
@codecov
Copy link

codecov bot commented Apr 12, 2021

Codecov Report

Merging #107 (9aa90d6) into master (8578bc8) will not change coverage.
The diff coverage is 50.00%.

❗ Current head 9aa90d6 differs from pull request most recent head 243fcd6. Consider uploading reports for the commit 243fcd6 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   72.28%   72.28%           
=======================================
  Files          36       36           
  Lines         855      855           
  Branches      147      147           
=======================================
  Hits          618      618           
  Misses        216      216           
  Partials       21       21           
Impacted Files Coverage Δ
lib/Handlers/code/utils.ts 80.00% <0.00%> (ø)
lib/Handlers/code/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8578bc8...243fcd6. Read the comment docs.

@leartgjoni-voiceflow leartgjoni-voiceflow added ready for review and removed in progress In progress, should not be merged labels Apr 15, 2021
Copy link
Member

@DecathectZero DecathectZero left a comment

Choose a reason for hiding this comment

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

overall logic looks good, small comments and feedback

`;
node.sets.forEach((set) => {
if (!set.variable) return;
if (!variables.has(set.variable) || !runtime.variables.has(set.variable)) {
Copy link
Member

Choose a reason for hiding this comment

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

this line should only be if (!variables.has(set.variable)) {

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@leartgjoni-voiceflow leartgjoni-voiceflow merged commit 8b6edb2 into master May 3, 2021
@leartgjoni-voiceflow leartgjoni-voiceflow deleted the leart/code-handler-callback/VF-182 branch May 3, 2021 14:33
@vf-service-account
Copy link
Collaborator

🎉 This PR is included in version 1.29.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants