Skip to content

Commit

Permalink
swap to codacy reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Feb 15, 2017
1 parent 6c17783 commit f6194eb
Show file tree
Hide file tree
Showing 289 changed files with 1,977 additions and 1,332 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: java
version: 4.4.4
version: 4.5.0
schema: 1
scm: github.com/pubnub/java
changelog:
- version: v4.5.0
date:
changes:
- type: feature
text: add .toString methods to all public facing models and POJOs
- version: v4.4.4
date:
changes:
Expand Down
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ sudo: false
jdk:
- oraclejdk7
- oraclejdk8
before_install:
- curl -sL https://github.com/jpm4j/jpm4j.installers/raw/master/dist/biz.aQute.jpm.run.jar >jpm4j.jar
- java -jar jpm4j.jar -u init
- ~/jpm/bin/jpm install com.codacy:codacy-coverage-reporter:assembly

after_success:
- bash <(curl -s https://codecov.io/bash)
- ~/jpm/bin/codacy-coverage-reporter -l Java -r build/reports/jacoco/test/jacocoTestReport.xml
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@


[![Build Status](https://travis-ci.org/pubnub/java.svg?branch=master)](https://travis-ci.org/pubnub/java)
[![codecov.io](https://codecov.io/github/pubnub/java/coverage.svg?branch=master)](https://codecov.io/github/pubnub/java?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/164fd518c314417e896b3de494ab75df)](https://www.codacy.com/app/PubNub/java?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=pubnub/java&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/164fd518c314417e896b3de494ab75df)](https://www.codacy.com/app/PubNub/java?utm_source=github.com&utm_medium=referral&utm_content=pubnub/java&utm_campaign=Badge_Coverage)
[![Download](https://api.bintray.com/packages/bintray/jcenter/com.pubnub%3Apubnub-gson/images/download.svg)](https://bintray.com/bintray/jcenter/com.pubnub%3Apubnub-gson/_latestVersion)
[![Maven Central](https://img.shields.io/maven-central/v/com.pubnub/pubnub-gson.svg)]()

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ plugins {
id "io.franzbecker.gradle-lombok" version "1.8"
id 'com.github.johnrengelman.shadow' version '1.2.4'
id "com.bmuschko.nexus" version "2.3.1"
id 'com.github.ben-manes.versions' version '0.13.0'
id 'com.github.ben-manes.versions' version '0.14.0'
id 'java'
id 'jacoco'
id 'maven'
id 'checkstyle'
id 'findbugs'
}
group = 'com.pubnub'
version = '4.4.4'
version = '4.5.0'

description = """"""

Expand All @@ -32,7 +32,7 @@ repositories {
dependencies {
compile group: 'com.squareup.retrofit2', name: 'retrofit', version:'2.1.0'

compile group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'3.5.0'
compile group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'3.6.0'
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.22'

// jackson
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:46 PST 2017 -->
<title>All Classes (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>All Classes (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:46 PST 2017 -->
<title>All Classes (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>All Classes (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/PNConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PNConfiguration (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PNConfiguration (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PNConfiguration (pubnub-gson 4.4.4 API)";
parent.document.title="PNConfiguration (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/PubNub.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNub (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNub (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNub (pubnub-gson 4.4.4 API)";
parent.document.title="PubNub (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/PubNubError.PubNubErrorBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNubError.PubNubErrorBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNubError.PubNubErrorBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNubError.PubNubErrorBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="PubNubError.PubNubErrorBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/PubNubError.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNubError (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNubError (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNubError (pubnub-gson 4.4.4 API)";
parent.document.title="PubNubError (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNubException.PubNubExceptionBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNubException.PubNubExceptionBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNubException.PubNubExceptionBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="PubNubException.PubNubExceptionBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/PubNubException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNubException (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNubException (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNubException (pubnub-gson 4.4.4 API)";
parent.document.title="PubNubException (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/PubNubUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNubUtil (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNubUtil (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNubUtil (pubnub-gson 4.4.4 API)";
parent.document.title="PubNubUtil (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/builder/PubNubErrorBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubNubErrorBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubNubErrorBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubNubErrorBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="PubNubErrorBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/builder/PubSubBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>PubSubBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>PubSubBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PubSubBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="PubSubBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/builder/SubscribeBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>SubscribeBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>SubscribeBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SubscribeBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="SubscribeBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/builder/UnsubscribeBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>UnsubscribeBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>UnsubscribeBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="UnsubscribeBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="UnsubscribeBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>StateOperation.StateOperationBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:26 PST 2017 -->
<title>StateOperation.StateOperationBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StateOperation.StateOperationBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="StateOperation.StateOperationBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/pubnub/api/builder/dto/StateOperation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>StateOperation (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:26 PST 2017 -->
<title>StateOperation (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StateOperation (pubnub-gson 4.4.4 API)";
parent.document.title="StateOperation (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Feb 06 11:53:45 PST 2017 -->
<title>SubscribeOperation.SubscribeOperationBuilder (pubnub-gson 4.4.4 API)</title>
<meta name="date" content="2017-02-06">
<!-- Generated by javadoc (1.8.0_65) on Tue Feb 14 21:25:27 PST 2017 -->
<title>SubscribeOperation.SubscribeOperationBuilder (pubnub-gson 4.5.0 API)</title>
<meta name="date" content="2017-02-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SubscribeOperation.SubscribeOperationBuilder (pubnub-gson 4.4.4 API)";
parent.document.title="SubscribeOperation.SubscribeOperationBuilder (pubnub-gson 4.5.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit f6194eb

Please sign in to comment.