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

Commit 7ff86e4

Browse files
authored
Merge pull request #26 from codacy/codacy-info
Add Codacy info
2 parents 5048eb2 + 5fef488 commit 7ff86e4

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
@@ -88,3 +88,23 @@ Consider upgrading to Scala 2.11 for full macro support.
8888

8989
Due to a limitation in Java 6, the plugin is unable to establish a connection to codacy.com.
9090
You can run [this script](https://gist.github.com/mrfyda/51cdf48fa0722593db6a) after `sbt codacyCoverage` to upload the generated report to Codacy.
91+
92+
## What is Codacy?
93+
94+
[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.
95+
96+
### Among Codacy’s features:
97+
98+
- Identify new Static Analysis issues
99+
- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
100+
- Auto-comments on Commits and Pull Requests
101+
- Integrations with Slack, HipChat, Jira, YouTrack
102+
- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories
103+
104+
Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
105+
106+
Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.
107+
108+
### Free for Open Source
109+
110+
Codacy is free for Open Source projects.

0 commit comments

Comments
 (0)