Skip to content

Commit

Permalink
Added quality badges and updated group and artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelspinto committed Jan 3, 2019
1 parent da8f4ef commit 02652ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TDD Workshop using Scala

[![Build Status](https://travis-ci.org/rafaelspinto/workshop-tdd-scala.svg?branch=master)](https://travis-ci.org/rafaelspinto/workshop-tdd-scala) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-scala&metric=alert_status)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-scala) [![Lines](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-scala&metric=ncloc)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-scala) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-scala&metric=coverage)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-scala) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-scala&metric=code_smells)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-java) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-java&metric=bugs)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-java) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-java&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-java) [![Technical debt](https://sonarcloud.io/api/project_badges/measure?project=workshop%3Atdd-java&metric=sqale_index)](https://sonarcloud.io/dashboard?id=workshop%3Atdd-java)


This workshop is designed to help you start or improve your [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development) skills.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.rafaelspinto</groupId>
<artifactId>workshop-tdd-scala</artifactId>
<groupId>workshop</groupId>
<artifactId>tdd-scala</artifactId>
<version>1.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<inceptionYear>2018</inceptionYear>
Expand Down

0 comments on commit 02652ea

Please sign in to comment.