From 6ff59db036900e7b9d09cb1615a47079994de624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20S=C3=B8ndergaard?= Date: Sun, 1 Sep 2024 23:38:52 +0200 Subject: [PATCH] Remove /providers testing --- .github/workflows/GIRAF.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GIRAF.yml b/.github/workflows/GIRAF.yml index 8ae53233..b5625965 100644 --- a/.github/workflows/GIRAF.yml +++ b/.github/workflows/GIRAF.yml @@ -55,7 +55,7 @@ jobs: - run: flutter analyze name: Linter - - run: flutter test test/blocs test/exceptions test/models test/providers --coverage + - run: flutter test test/blocs test/exceptions test/models --coverage name: Tests - name: Upload coverage to Codecov