GUI application to control the temperature and pressure control for introduction into a vacuum chamber
This project uses Gradle to build and test the code. To view available Gradle tasks for building, run
./gradlew tasks
from this project's directory, or
.\gradlew.bat tasks
if on Windows. To build and test the code, as well as prepare a coverage report, run
./gradlew check
or
.\gradlew.bat check
if on Windows. The compiled code should be available in
./build/libs/BakeoutController.jar
, for now. Coverage reports are in
./build/reports/jacoco/test/html/index.html
for human-readable data.
XML and CSV files are also available for loading into third-party monitoring
tools; the most notable of these being codecov.