Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 2c80784

Browse files
authored
Merge pull request #26 from codacy/codacy-info
Add Codacy info
2 parents c598e10 + 4411124 commit 2c80784

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,25 @@ PHP Fatal error: Uncaught Error: Call to undefined function Codacy\Coverage\Uti
134134
```
135135
Run: ```sudo apt-get install php5-curl```
136136

137+
## What is Codacy?
138+
139+
[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.
140+
141+
### Among Codacy’s features:
142+
143+
- Identify new Static Analysis issues
144+
- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
145+
- Auto-comments on Commits and Pull Requests
146+
- Integrations with Slack, HipChat, Jira, YouTrack
147+
- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories
148+
149+
Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
150+
151+
Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.
152+
153+
### Free for Open Source
154+
155+
Codacy is free for Open Source projects.
156+
137157
## License
138158
[MIT](LICENSE)

0 commit comments

Comments
 (0)