swh:1:snp:f4c1ad9395dff93a83299e32c295952039ac85ba
Raw File
Tip revision: d1e72876f7d0b4db0815e4f10e5478cc59e9a24b authored by Siddharth Srinivasan on 01 May 2023, 02:33:11 UTC
Clean up linting issues.
Tip revision: d1e7287
codecov.yml
comment: false

ignore:
  - sigpy/backend.py

coverage:
  status:
    # Enable coverage measurement for diff introduced in the pull-request,
    # but do not mark "X" on commit status for now.
    patch:
      default:
        target: '0%'
back to top