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

feat(V2): RHINENG-11269 use the V2 models for SSG import #2237

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skateman
Copy link
Member

@skateman skateman commented Oct 9, 2024

Secure Coding Practices Checklist GitHub Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 30.33708% with 62 lines in your changes missing coverage. Please review.

Project coverage is 95.88%. Comparing base (505c9ee) to head (0c102f6).

Files with missing lines Patch % Lines
app/services/concerns/xccdf/security_guides.rb 47.82% 12 Missing ⚠️
app/services/concerns/xccdf/rule_groups.rb 12.50% 7 Missing ⚠️
...rvices/concerns/xccdf/profile_os_minor_versions.rb 0.00% 6 Missing ⚠️
app/models/v2/rule.rb 33.33% 4 Missing ⚠️
app/models/v2/value_definition.rb 33.33% 4 Missing ⚠️
app/services/concerns/xccdf/profile_rules.rb 0.00% 4 Missing ⚠️
app/services/concerns/xccdf/profiles.rb 0.00% 4 Missing ⚠️
app/services/concerns/xccdf/rules.rb 0.00% 4 Missing ⚠️
app/services/concerns/xccdf/value_definitions.rb 0.00% 4 Missing ⚠️
app/models/v2/profile.rb 25.00% 3 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2237      +/-   ##
==========================================
- Coverage   98.84%   95.88%   -2.96%     
==========================================
  Files         232      230       -2     
  Lines        5097     5078      -19     
==========================================
- Hits         5038     4869     -169     
- Misses         59      209     +150     

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

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.

1 participant