aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bbd92cc404142c5bc8f8d88fa07bcbce8e75414b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# JaCoCo Report Viewer

A web-based JaCoCo coverage report viewer.
Part of a scholar project at UPEM.

This application is deployed at https://jacocoviewer.pacien.org.


## Yarn tasks

* `yarn start` starts the local development server
* `yarn build` compiles a production release


## License

Copyright (C) 2018 Pacien TRAN-GIRARD and Adam NAILI.
Software distributed under the terms of the GNU General Public License v3.

This program makes direct use of the following libraries:

* React, distributed under the terms of the MIT License
* xml2js, distributed under the terms of the MIT License
* JSZip, distributed under the terms of the MIT License