Add badges to README

master
Oystein Kristoffer Tveit 2021-09-06 01:08:18 +02:00
parent ed38fd3583
commit 1d32eaf2c3
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)][gitpod]
[![Pipeline Status](https://gitlab.stud.idi.ntnu.no/it1901/students-2021/oysteikt/badges/master/pipeline.svg)][pipeline]
[![Coverage](https://gitlab.stud.idi.ntnu.no/it1901/students-2021/oysteikt/badges/master/coverage.svg)][coverage]
# Javafx template
A repository with ~~three~~ `one` variants of a javafx projects, with maven setup for Java 16 and JavaFX 16, and JUnit 5 (Jupiter) and TestFX for testing.
@ -14,6 +17,9 @@ All projects can be tried out by cd-ing into the corresponding folder and using
- run with `mvn javafx:run` (it should open, but not work properly)
[gitpod]: https://gitpod.stud.ntnu.no/#https://gitlab.stud.idi.ntnu.no/it1901/students-2021/oysteikt
[pipeline]: https://gitlab.stud.idi.ntnu.no/it1901/students-2021/oysteikt/-/pipelines
[coverage]: https://it1901.pages.stud.idi.ntnu.no/students-2021/oysteikt/
[rpn]: https://en.wikipedia.org/wiki/Reverse_Polish_notation
[calc.java]: oysteikt-calc/src/main/java/app/Calc.java