gameontext / sample-room-java

Walkthrough for creating a room in java for Game On!
https://gameontext.org
Apache License 2.0
20 stars 105 forks source link

Add loose app option #56

Closed katheris closed 6 years ago

katheris commented 6 years ago

Add option to build app as war.xml file to allow hot-reload when running locally in Docker container.


This change is Reviewable

codecov-io commented 6 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #56   +/-   ##
=========================================
  Coverage     69.48%   69.48%           
  Complexity       90       90           
=========================================
  Files             9        9           
  Lines           331      331           
  Branches         30       30           
=========================================
  Hits            230      230           
  Misses           80       80           
  Partials         21       21
Impacted Files Coverage Δ Complexity Δ
...java/org/gameontext/sample/RoomImplementation.java 86.84% <ø> (ø) 38 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef94292...a5ab5af. Read the comment docs.