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

virts-2891 - Planner parsing error checking #2275

Merged
merged 7 commits into from
Oct 6, 2021
Merged

Conversation

ArtificialErmine
Copy link
Contributor

Description

This change makes it possible for parsers to return an error code that signals the failure of a link based on the return, regardless of the return code of the link. This functionality is not automatic, and needs to be manually triggered from parsers to occur. For an example, see the atomic example.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

This has been tested in a AWS environment with Alice 2.0, as well as with the full battery of tests.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • [NA] I have made corresponding changes to the documentation
  • [NA] I have added tests that prove my fix is effective or that my feature works

Caleb R Little added 2 commits September 21, 2021 17:15
@codecov
Copy link

codecov bot commented Sep 22, 2021

Codecov Report

Merging #2275 (70f9852) into master (d742b2b) will decrease coverage by 0.13%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2275      +/-   ##
==========================================
- Coverage   72.27%   72.14%   -0.14%     
==========================================
  Files         105      106       +1     
  Lines        7748     7790      +42     
==========================================
+ Hits         5600     5620      +20     
- Misses       2148     2170      +22     
Impacted Files Coverage Δ
app/objects/secondclass/c_link.py 86.36% <16.66%> (-1.55%) ⬇️
app/utility/base_parser.py 51.35% <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 d742b2b...70f9852. Read the comment docs.

Copy link
Contributor

@clenk clenk left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@sonarcloud
Copy link

sonarcloud bot commented Oct 6, 2021

Kudos, SonarCloud Quality Gate passed!    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

@ArtificialErmine ArtificialErmine merged commit 2b51007 into master Oct 6, 2021
@ArtificialErmine ArtificialErmine deleted the virts-2891 branch October 6, 2021 21:21
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.

4 participants