Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate from cobertura to jacoco #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 2, 2022

  1. migrate from cobertura to jacoco

    tested the build via jenkins remote deployment for tomcat using JDK11,
    
    Welcome to Java Maven Calculator Web App!!!
    Sat Apr 02 21:18:22 UTC 2022
    
    {"result":34,"time":"Sat Apr 02 21:17:25 UTC 2022","x":8,"y":26}
    {"result":4,"time":"Sat Apr 02 21:17:48 UTC 2022","x":12,"y":8}
    {"result":88,"time":"Sat Apr 02 21:18:00 UTC 2022","x":11,"y":8}
    {"result":1,"time":"Sat Apr 02 21:18:11 UTC 2022","x":12,"y":12}
    
    due to cobertura JDK8 below only support
    migrating to jacoco for JDK9+ support
    sun.tool jar file missing error fix
    nicetry001 authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    1d742e3 View commit details
    Browse the repository at this point in the history