Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 13, 2020 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e6dfc7b555bc809b8e10b5eca1c73d73 to your computer and use it in GitHub Desktop.
Save r-ryantm/e6dfc7b555bc809b8e10b5eca1c73d73 to your computer and use it in GitHub Desktop.
/nix/store/4dgyigp0jwwzimfbz0rcaz91420ldyhd-python2.7-diff_cover-2.6.0
├── bin
│   ├── diff-cover
│   └── diff-quality
├── lib
│   └── python2.7
│   └── site-packages
│   ├── diff_cover
│   │   ├── command_runner.py
│   │   ├── command_runner.pyc
│   │   ├── diff_cover_tool.py
│   │   ├── diff_cover_tool.pyc
│   │   ├── diff_quality_tool.py
│   │   ├── diff_quality_tool.pyc
│   │   ├── diff_reporter.py
│   │   ├── diff_reporter.pyc
│   │   ├── git_diff.py
│   │   ├── git_diff.pyc
│   │   ├── git_path.py
│   │   ├── git_path.pyc
│   │   ├── hook.py
│   │   ├── hook.pyc
│   │   ├── hookspecs.py
│   │   ├── hookspecs.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── report_generator.py
│   │   ├── report_generator.pyc
│   │   ├── snippets.py
│   │   ├── snippets.pyc
│   │   ├── templates
│   │   │   ├── console_coverage_report.txt
│   │   │   ├── console_quality_report.txt
│   │   │   ├── external_style.css
│   │   │   ├── html_coverage_report.html
│   │   │   ├── html_quality_report.html
│   │   │   ├── snippet_content.html
│   │   │   └── snippet_style.html
│   │   └── violationsreporters
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── java_violations_reporter.py
│   │   ├── java_violations_reporter.pyc
│   │   ├── violations_reporter.py
│   │   └── violations_reporter.pyc
│   └── diff_cover-2.6.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── NOTICE
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment