futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

GitHub Actions badge #36

Closed matejsemancik closed 4 years ago

matejsemancik commented 4 years ago

Created basic build workflow that triggers on each push to master branch. It's used to generate build status badge, since we migrated to GH Actions recently. Replaced Bitrise badge with GitHub Actions badge.

Resolves #34

futured-bot commented 4 years ago
4 Warnings
:warning: library/src/main/kotlin/app/futured/donut/DonutProgressView.kt#L22 - Class DonutProgressView is too large. Consider splitting it into smaller pieces.
:warning: sample/src/main/kotlin/app/futured/donutsample/ui/playground/PlaygroundActivity.kt#L3 - Imports must be ordered in lexicographic order without any empty lines in-between
:warning: sample/src/main/kotlin/app/futured/donutsample/ui/playground/PlaygroundActivity.kt#L59 - it.animatedValue cannot be safely cast to Float.
:warning: sample/src/main/kotlin/app/futured/donutsample/ui/playground/PlaygroundActivity.kt#L60 - it.animatedValue cannot be safely cast to Float.

Generated by :no_entry_sign: Danger