-
Notifications
You must be signed in to change notification settings - Fork 2
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
eda91b5
commit 990be3d
Showing
11 changed files
with
122 additions
and
20 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,9 +1,22 @@ | ||
# Chance | ||
|
||
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75" alt="Get it on F-Droid">](https://f-droid.org/en/packages/com.github.jameshnsears.chance/) | ||
--- | ||
|
||
## main | ||
|
||
| codecov-test | codecov-app.androidTest | static-analysis | SonarQube Cloud | Codecov | | ||
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| | ||
| [![codecov-test](https://github.com/jameshnsears/Chance/actions/workflows/codecov-test.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/codecov-test.yml) | [![codecov-app.androidTest](https://github.com/jameshnsears/Chance/actions/workflows/codecov-app.androidTest.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/codecov-app.androidTest.yml) | [![static-analysis](https://github.com/jameshnsears/Chance/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/static-analysis.yml) | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jameshnsears-github_chance&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jameshnsears-github_chance) | [![codecov](https://codecov.io/gh/jameshnsears/Chance/graph/badge.svg?token=6S238TK3QV)](https://codecov.io/gh/jameshnsears/Chance) | | ||
Static Analysis | ||
|
||
[![static-gitleaks](https://github.com/jameshnsears/Chance/actions/workflows/static-gitleaks.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/static-gitleaks.yml) | ||
|
||
[![static-analysis](https://github.com/jameshnsears/Chance/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/static-analysis.yml) | ||
|
||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jameshnsears-github_chance&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jameshnsears-github_chance) | ||
--- | ||
|
||
Modular Coverage | ||
|
||
[![codecov-test](https://github.com/jameshnsears/Chance/actions/workflows/codecov-test.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/codecov-test.yml) | ||
|
||
[![codecov-app.androidTest](https://github.com/jameshnsears/Chance/actions/workflows/codecov-app.androidTest.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/codecov-app.androidTest.yml) [![codecov-data.androidTest](https://github.com/jameshnsears/Chance/actions/workflows/codecov-data.androidTest.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/codecov-data.androidTest.yml) [![codecov-ui-dialog-bag.androidTest](https://github.com/jameshnsears/Chance/actions/workflows/codecov-ui-dialog-bag.androidTest.yml/badge.svg)](https://github.com/jameshnsears/Chance/actions/workflows/codecov-ui-dialog-bag.androidTest.yml) | ||
|
||
[![codecov](https://codecov.io/gh/jameshnsears/Chance/graph/badge.svg?token=6S238TK3QV)](https://codecov.io/gh/jameshnsears/Chance) |
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
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
• Improve Shuffle behaviour | ||
• Bump dependencies (where possible) |
This file was deleted.
Oops, something went wrong.
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
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,6 +1,6 @@ | ||
#Sat Dec 07 17:01:59 EET 2024 | ||
#Sun Dec 22 18:29:32 EET 2024 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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 |
---|---|---|
|
@@ -25,4 +25,8 @@ data class Side( | |
descriptionColour | ||
) | ||
} | ||
|
||
override fun toString(): String { | ||
return "number=$number" | ||
} | ||
} |
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
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
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