3yebMB / workflow-github-actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate your development workflow with Github Actions.

Java CI with Maven codecov

The idea is to automate the development workflow and to build a CI/CD pipeline using Github Actions, the pipeline will deploy Spring Boot web service to a remote server (cloud). we will use a succession of jobs to install the required packages, compile, run tests, get report of code coverage and generate package then deploy it on the remote server, finally send the result report in an Email. Below a diagram illustrating the workflow :

See more about the article HERE

About


Languages

Language:Java 100.0%