Revision 8b997adc6e64d841697bea7612f2bfeb6159a6df authored by Kenichi Maehashi on 29 June 2022, 07:36:31 UTC, committed by Kenichi Maehashi on 29 June 2022, 07:41:25 UTC
1 parent e9da142
Raw File
codecov.yml
comment: false

coverage:
  status:
    # Disable coverage measurement for overall codebase.
    project: off
    # 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