From c91f4bea3483a37acf38ccb96bb0e3e860ea3cd4 Mon Sep 17 00:00:00 2001 From: cedoor Date: Thu, 16 Feb 2023 14:52:25 +0100 Subject: [PATCH] ci(coverall): add contracts test coverage to coverall re #126 --- .github/workflows/coverall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverall.yml b/.github/workflows/coverall.yml index 7b90325..c50f6d4 100644 --- a/.github/workflows/coverall.yml +++ b/.github/workflows/coverall.yml @@ -12,7 +12,7 @@ jobs: matrix: app: - api - - dashboard + - contracts steps: - uses: actions/checkout@v3