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

Feature/success failure #15

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    a889a78 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. added PR review changes

    catwhitmer committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    95d9f0d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. added PR changes

    catwhitmer committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    789db8c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    6d148a2 View commit details
    Browse the repository at this point in the history
  2. Fixes for tests.

    Infinity is not a valid input for strong UInt, so we can use 999 instead
    
    To set the errorThreshold to 0, we casted errotThreshold as any which
    made it not show errors in vsc. With strong types that is no longer
    needed.
    SaxanLoster committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    602c06e View commit details
    Browse the repository at this point in the history