Skip to content

Conversation

@akinross
Copy link
Collaborator

@akinross akinross commented Apr 4, 2023

No description provided.

@akinross akinross self-assigned this Apr 4, 2023
@codecov
Copy link

codecov bot commented Apr 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.07 🎉

Comparison is base (824db28) 90.36% compared to head (88553b9) 90.43%.

❗ Current head 88553b9 differs from pull request most recent head 9bbd54f. Consider uploading reports for the commit 9bbd54f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #407      +/-   ##
==========================================
+ Coverage   90.36%   90.43%   +0.07%     
==========================================
  Files         165      168       +3     
  Lines        7348     7415      +67     
  Branches     1073     1079       +6     
==========================================
+ Hits         6640     6706      +66     
  Misses        599      599              
- Partials      109      110       +1     
Flag Coverage Δ
integration 91.91% <97.10%> (+0.03%) ⬆️
sanity 36.30% <50.72%> (+0.11%) ⬆️

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

Impacted Files Coverage Δ
plugins/module_utils/constants.py 100.00% <100.00%> (ø)
plugins/modules/aci_access_span_filter_group.py 100.00% <100.00%> (ø)
...gins/modules/aci_access_span_filter_group_entry.py 100.00% <100.00%> (ø)
plugins/modules/aci_filter_entry.py 90.76% <100.00%> (-0.14%) ⬇️

... and 1 file with indirect coverage changes

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.

Comment on lines 301 to 304
CHOICE_MAPPING.get(first_src_port, first_src_port) if first_src_port else "unspecified",
CHOICE_MAPPING.get(last_src_port, last_src_port) if last_src_port else "unspecified",
CHOICE_MAPPING.get(first_dest_port, first_dest_port) if first_dest_port else "unspecified",
CHOICE_MAPPING.get(last_dest_port, last_dest_port) if last_dest_port else "unspecified",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we use a simple function to return the port value?

def get_port_value(port):
    return CHOICE_MAPPING.get(port, port) if port else "unspecified"

@akinross akinross requested a review from sajagana April 6, 2023 09:09
Copy link
Collaborator

@sajagana sajagana left a comment

Choose a reason for hiding this comment

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

LGTM!

sajagana
sajagana previously approved these changes Apr 6, 2023
Copy link
Collaborator

@sajagana sajagana left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@anvitha-jain anvitha-jain left a comment

Choose a reason for hiding this comment

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

Could you check galaxy-importer errors? Also, could we add test cases for Missing required params?

@anvitha-jain anvitha-jain self-requested a review April 6, 2023 18:27
anvitha-jain
anvitha-jain previously approved these changes Apr 6, 2023
Copy link
Collaborator

@anvitha-jain anvitha-jain left a comment

Choose a reason for hiding this comment

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

LGTM

@akinross akinross dismissed stale reviews from anvitha-jain and sajagana via 19c5812 April 11, 2023 19:30
@akinross akinross force-pushed the 391_span_filter_group branch from 18654ca to 19c5812 Compare April 11, 2023 19:30
anvitha-jain
anvitha-jain previously approved these changes Apr 17, 2023
Copy link
Collaborator

@anvitha-jain anvitha-jain left a comment

Choose a reason for hiding this comment

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

LGTM

@akinross akinross requested review from anvitha-jain and shrsr April 18, 2023 19:16
Copy link
Collaborator

@shrsr shrsr left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@anvitha-jain anvitha-jain left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@lhercot lhercot left a comment

Choose a reason for hiding this comment

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

LGTM

@lhercot lhercot merged commit 5dd20c8 into CiscoDevNet:master Apr 19, 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.

5 participants