Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

OpenCodeFoundation/academia

Repository files navigation

Academia

Build Status Build status Codacy Badge codecov GitHub license GitHub issues PRs Welcome

School Management System

Building from source

Before building from source make sure you have NET Core SDK and Node.js installed on your system.

To run a complete build on command line only, install Node.js and execute build.cmd or build.sh without arguments.

Code Coverage Report

You can generate Code Coverage Report in HTML format by running from Windows Powershell-

.\build.ps1 -Target CodeCoverage

or from Windows cmd -

build.cmd -Target CodeCoverage

and from Linux or MacOSX -

./build.sh -Target CodeCoverage

The Coverage report will be generated inside reports directory of your project root