Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.23 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.23 KB

SE--Practical Assignments

Build Status codecov License: MIT

Purpose of this Repository

The purpose of this repository is to complete and deliver certain functions of different assignments such as:

  • Building a histogram of grades between 0-10
  • Testing Arithmetic Operations
  • Analyzing given source code

Build Project

In order to build the project you will need to clone the repository and head to the main source folder. Once you are there use the command :

mvn clean install jacoco:report

After this feel free to head to each module and experience it's usage. For the module that is being tested this command will also let you generate a code coverage report which will be in the folder :

target/site/jacoco

For any further instructions head to the README file of each separate module

Instructions for modules

Built With

How to

Authors