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 tasksfrom this project's directory, or
.\gradlew.bat tasksif on Windows. To build and test the code, as well as prepare a coverage report, run
./gradlew checkor
.\gradlew.bat checkif 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.