Add badges to README
This commit is contained in:
parent
ed38fd3583
commit
1d32eaf2c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue