Skip to content

Commit

Permalink
Merge 9837888 into 068161d
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisfennerpaypay committed Nov 19, 2021
2 parents 068161d + 9837888 commit 2e83fe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-ci.yml
Expand Up @@ -7,16 +7,12 @@ jobs:
runs-on: ubuntu-latest
env:
CC_TEST_REPORTER_ID: 7603e87a55419aadb1e918a8c959fac1b43d45ef92be67a8e595015f2ff92882
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Set up openjdk
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: register repo token
run: |
echo repo_token: ${COVERALLS_REPO_TOKEN} > ./.coveralls.yml
- name: Before script
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand All @@ -26,6 +22,7 @@ jobs:
- name: Build, Test and upload report to Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
./gradlew clean build jacocoTestReport
./gradlew coveralls
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/jp/ne/paypay/JwtUtil.java
Expand Up @@ -12,6 +12,8 @@
import java.util.Base64;
import java.util.Date;

//test
// two
public class JwtUtil {

/**
Expand Down
Expand Up @@ -9,7 +9,7 @@
/**
* MaskedUserProfileResponse
*/

// do not merge
public class MaskedUserProfileResponse {

@SerializedName("resultInfo")
Expand Down

0 comments on commit 2e83fe0

Please sign in to comment.