Skip to content

fix: upgrade com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0 #223

fix: upgrade com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0

fix: upgrade com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0 #223

Workflow file for this run

name: Java CI with Code Coverage
on:
push:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Code Coverage
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "adopt"
- name: Build with Maven`
run: mvn clean package
- name: Run Tests with JaCoCo
run: mvn jacoco:prepare-agent jacoco:report
- name: Upload Code Coverage Report
uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: target/site/jacoco