Skip to content

Backend application to control the temperature and pressure control for introduction into a vacuum chamber

License

Notifications You must be signed in to change notification settings

OmicronProject/BakeoutController

Repository files navigation

BakeoutController

GUI application to control the temperature and pressure control for introduction into a vacuum chamber

Build Status

Build Status codecov Codacy Badge Documentation

Building the Project

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.

About

Backend application to control the temperature and pressure control for introduction into a vacuum chamber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published