Skip to content

Conversation

jmthomas
Copy link
Member

closes #364

@jmthomas jmthomas requested a review from ryanmelt April 22, 2023 03:20
@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (86a8498) 74.31% compared to head (9c723af) 74.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #632   +/-   ##
=======================================
  Coverage   74.31%   74.31%           
=======================================
  Files         460      460           
  Lines       28545    28545           
  Branches      588      588           
=======================================
  Hits        21214    21214           
  Misses       7237     7237           
  Partials       94       94           
Flag Coverage Δ
ruby-api 50.96% <ø> (ø)
ruby-backend 78.44% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
openc3/lib/openc3/version.rb 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -141,18 +141,21 @@ def migrate(args)

# Overwrite plugin.txt with specified targets
plugin = File.open('plugin.txt', 'w')
plugin.puts "TARGET #{target_name}"

FileUtils.mkdir 'targets'
Copy link
Member

Choose a reason for hiding this comment

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

This should probably have a force so that it doesn't fail if already there.

Copy link
Member Author

Choose a reason for hiding this comment

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

It can't fail because we just generated a new plugin. This is only intended to be run once.

@jmthomas jmthomas merged commit df12993 into main Apr 23, 2023
@jmthomas jmthomas deleted the migrate branch April 23, 2023 20:02
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.

Migrate Script Doesn't Update Telemetry Screens
2 participants