Skip to content

Commit

Permalink
Updated the readme file to include codeclimate badges
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkshitJain committed Nov 30, 2017
1 parent d1a3c47 commit a53b684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Autolab
-------

[![Code Climate](https://codeclimate.com/github/AutolabJS/AutolabJS/badges/gpa.svg)](https://codeclimate.com/github/AutolabJS/AutolabJS) [![Build Status](https://travis-ci.org/AutolabJS/AutolabJS.svg?branch=master)](https://travis-ci.org/AutolabJS/AutolabJS) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/856/badge)](https://bestpractices.coreinfrastructure.org/projects/856)
[![Code Climate](https://codeclimate.com/github/AutolabJS/AutolabJS/badges/gpa.svg)](https://codeclimate.com/github/AutolabJS/AutolabJS) [![Maintainability](https://api.codeclimate.com/v1/badges/e1668db2aeb3196311bc/maintainability)](https://codeclimate.com/github/AutolabJS/AutolabJS/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/e1668db2aeb3196311bc/test_coverage)](https://codeclimate.com/github/AutolabJS/AutolabJS/test_coverage) [![Build Status](https://travis-ci.org/AutolabJS/AutolabJS.svg?branch=master)](https://travis-ci.org/AutolabJS/AutolabJS) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/856/badge)](https://bestpractices.coreinfrastructure.org/projects/856)

Autolab is an auto evaluation software for programming labs. The software currently supports automatic evaluation in Java, Python2, Python3, C++ and C programming languages. Autolab uses [Gitlab](https://gitlab.com/gitlab-org) as a component to provide the version control system. All the student code submissions reside in Gitlab, thus benefiting from powerful *git* system. The software is modular with separate microservice instances for all the application components.

Expand Down

0 comments on commit a53b684

Please sign in to comment.