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

Add coverage workflow #1217

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Add coverage workflow #1217

merged 3 commits into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. Add code-coverage

    Adds coverage.yaml and ads coverage shell to flake. also adds
    code-coverage command to justfile.
    
    NOTE: for rational of `-Cdebuginfo=2` see:
    rust-lang/rust#72974
    
    Closes #683
    tbro committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e6eccc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. coverage: ignore contract-bindings and contracts

    The bindings files are auto generated and the contracts directory only
    contains rust code to test the smart contracts.
    sveitser committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c1fa717 View commit details
    Browse the repository at this point in the history
  2. Undo comment

    sveitser committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3f5beae View commit details
    Browse the repository at this point in the history