Skip to content

Conversation

jmthomas
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Patch coverage: 80.00% and project coverage change: +0.03% 🎉

Comparison is base (9346547) 72.68% compared to head (6e9c62b) 72.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #797      +/-   ##
==========================================
+ Coverage   72.68%   72.72%   +0.03%     
==========================================
  Files         472      472              
  Lines       30776    30774       -2     
  Branches      878      878              
==========================================
+ Hits        22370    22379       +9     
+ Misses       8311     8301      -10     
+ Partials       95       94       -1     
Flag Coverage Δ
frontend 60.31% <ø> (+0.14%) ⬆️
ruby-api 50.67% <ø> (ø)
ruby-backend 80.53% <80.00%> (+<0.01%) ⬆️

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

Files Changed Coverage Δ
...3/lib/openc3/interfaces/protocols/cobs_protocol.rb 100.00% <ø> (ø)
...b/openc3/interfaces/protocols/template_protocol.rb 100.00% <ø> (ø)
openc3/lib/openc3/script/storage.rb 14.11% <0.00%> (ø)
.../lib/openc3/interfaces/protocols/burst_protocol.rb 97.64% <100.00%> (-0.03%) ⬇️
...lib/openc3/interfaces/protocols/length_protocol.rb 100.00% <100.00%> (ø)
...3/lib/openc3/interfaces/protocols/slip_protocol.rb 100.00% <100.00%> (ø)

... and 9 files with indirect coverage changes

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

self.protocol_args = protocol_args
if self.protocol_type:
str(protocol_type).capitalize() + "Protocol"
# klass = OpenC3.require_class(class_name_to_filename(protocol_class_name))
Copy link
Member

Choose a reason for hiding this comment

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

Need to actually do the dynamic import here.

# self.add_protocol(klass, protocol_args, "PARAMS")

def connect(self):
super()
Copy link
Member

Choose a reason for hiding this comment

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

Should be super().connect()

@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 7, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

No Coverage information No Coverage information
3.3% 3.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@jmthomas jmthomas merged commit 78a1b18 into main Sep 7, 2023
@jmthomas jmthomas deleted the python_interfaces branch September 7, 2023 12:25
@jmthomas jmthomas mentioned this pull request Oct 31, 2023
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