Skip to content

Commit

Permalink
docs: Add SLOC counter to README
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Aug 16, 2024
1 parent 47adca0 commit 0ef4ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Maven Release](https://maven-badges.herokuapp.com/maven-central/com.vonage/server-sdk/badge.svg)](https://central.sonatype.com/artifact/com.vonage/server-sdk)
[![Build Status](https://github.com/Vonage/vonage-java-sdk/actions/workflows/build.yml/badge.svg)](https://github.com/Vonage/vonage-java-sdk/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/vonage/vonage-java-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/vonage/vonage-java-sdk)
![SLOC](https://sloc.xyz/github/vonage/vonage-java-sdk/)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.txt)
[![Snyk](https://snyk.io/test/github/vonage/vonage-java-sdk/badge.svg)](https://snyk.io/test/github/vonage/vonage-java-sdk)
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/vonage/client/BugRepro.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
*/
package com.vonage.client;

import com.vonage.client.numbers.UpdateNumberRequest;

/**
* Convenience class for debugging / live testing.
*/
Expand Down

0 comments on commit 0ef4ed8

Please sign in to comment.