79072977

Date: 2024-10-10 06:33:52
Score: 1
Natty:
Report link

in your yaml file introduce : codecov.yaml

ignore:
  - "path/to/folder"  # ignore folders and all its contents
  - "test_.*.rb"       # regex accepted
  - "**/*.py"  
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: S J