Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayofthepie/scar
https://github.com/wayofthepie/scar
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wayofthepie/scar
- Owner: wayofthepie
- License: bsd-3-clause
- Created: 2015-01-18T20:29:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T19:24:11.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T03:44:36.568Z (about 2 months ago)
- Language: Haskell
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scar - Static Code Analysis for git Repositories
The main goal of scar is to analyze how a commit will affect a project. It tries to answer the following questions:
* Does a commit break or have the potential to break a projects public API?
* Public API here can be an applications RESTful http api, the exposed functions/modules of a library etc...
* Which change in a commit's changesets broke the project?
* Given test data and the commit ID scar should be able to analyze the commit and display the probability that a changeset broke the tests - the probability for all changesets should be displayed