From 39e702d29cf1f11795fd550765326bfbd50fdd30 Mon Sep 17 00:00:00 2001 From: Clemens Rudert Date: Tue, 30 May 2023 15:48:54 +0200 Subject: [PATCH] fix coverage --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d363d2..cf9ce35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: make git-attributes make lint make test + ls -ls ./ + - name: Send coverage + run: | bash <(curl -s https://codecov.io/bash) deploy-dev: