blob: bf1626ba11de6e9dfe64feaa86dc7e6e9c14e49c (
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.euxane.net>.
## Yarn tasks
* `yarn start` starts the local development server
* `yarn build` compiles a production release
## License
Copyright (C) 2018 Euxane TRAN-GIRARD and Adam NAILI.
Software distributed under the terms of the GNU Affero 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
|