From cd5f8911dc81f2c5c72e2d847bf0fdb75624f157 Mon Sep 17 00:00:00 2001 From: Jacob Moura Date: Tue, 25 Jun 2024 10:04:02 -0300 Subject: [PATCH] update ci --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4ededd..f72ade5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: run: flutter pub get - name: Run Analyze - run: flutter analyze --no-fatal-infos ./lib ./test + run: flutter analyze --no-fatal-infos ./lib/**/*.dart ./test/**/*.dart - name: Check format run: dart format --set-exit-if-changed ./lib ./test diff --git a/README.md b/README.md index 36a93b6..156b7e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # ASP - Atomic State Pattern [![Pub Version](https://img.shields.io/pub/v/asp.svg)](https://pub.dev/packages/asp) -![CI](https://github.com/Flutterando/asp/workflows/CI/badge.svg) +[![codecov](https://codecov.io/github/Flutterando/asp/graph/badge.svg?token=MR0KTXEHD2)](https://codecov.io/github/Flutterando/asp) ![LICENSE](https://img.shields.io/hexpm/l/modular) [![GitHub stars](https://badgen.net/github/stars/Flutterando/asp)](https://GitHub.com/Flutterando/asp/stargazers/)