https://github.com/codeclimate/feature-or-not
https://github.com/codeclimate/feature-or-not
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeclimate/feature-or-not
- Owner: codeclimate
- Created: 2018-10-24T15:04:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:03:43.000Z (about 7 years ago)
- Last Synced: 2025-01-11T18:18:40.278Z (about 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### feature-or-not.py
Invoke with:
```
make && \
docker run --rm \
--volume /tmp:/tmp \
--volume /path/to/velocity_enriched_prs.csv:/pull_requests.csv \
codeclimate/feature-or-not
```
### bin scripts
1. Add `.env` (see `.env.example`)
1. Load all PRs for a repository: `bin/load-prs codeclimate/velocity`
1. Classify PRs as features or not manually: `bin/classify-prs`
1. Dump out the csv: `bin/dump-csv`