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

Commit a76f3c3

Browse files
authored
Merge pull request #21 from cog/patch-1
Added Codacy info
2 parents 6ca90be + cdfbd78 commit a76f3c3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,23 @@ export DEBUG_STDOUT=true
7575
```
7676

7777
You can now check your coverage results in the Codacy dashboard of your project.
78+
79+
## What is Codacy?
80+
81+
[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.
82+
83+
### Among Codacy’s features:
84+
85+
- Identify new Static Analysis issues
86+
- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
87+
- Auto-comments on Commits and Pull Requests
88+
- Integrations with Slack, HipChat, Jira, YouTrack
89+
- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories
90+
91+
Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
92+
93+
Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.
94+
95+
### Free for Open Source
96+
97+
Codacy is free for Open Source projects.

0 commit comments

Comments
 (0)