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

Allow passing unknown values as cause #91

Merged
merged 3 commits into from
Apr 19, 2023
Merged

Allow passing unknown values as cause #91

merged 3 commits into from
Apr 19, 2023

Commits on Apr 19, 2023

  1. Allow passing unknown values as cause

    Previously, only the `Error` type as accepted as cause, but since any value can be thrown as error, we have to allow any value to be used.
    Mrtenz committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    91d83a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd1942 View commit details
    Browse the repository at this point in the history
  3. Update coverage threshold

    Mrtenz committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2476986 View commit details
    Browse the repository at this point in the history