-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae027ff
commit dacae69
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# java-lua | ||
|
||
An experimental Java library for embedding a Lua VM. | ||
|
||
[![Build](https://github.com/kaklakariada/java-lua/actions/workflows/build.yml/badge.svg)](https://github.com/kaklakariada/java-lua/actions/workflows/build.yml) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jlua&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jlua) | ||
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=jlua&metric=bugs)](https://sonarcloud.io/summary/new_code?id=jlua) | ||
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=jlua&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=jlua) | ||
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jlua&metric=coverage)](https://sonarcloud.io/summary/new_code?id=jlua) | ||
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=jlua&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=jlua) | ||
|
||
## Development | ||
|
||
### Check for Dependency Updates | ||
|
||
```sh | ||
./gradlew dependencyUpdates | ||
``` | ||
|
||
### Run Tests | ||
|
||
```sh | ||
./gradlew check | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters