From 751efe35cde3e505a3610b97623ee7c86b30ab29 Mon Sep 17 00:00:00 2001 From: vsdudakov Date: Sat, 3 Aug 2024 03:08:24 +0300 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7368ef5..efe7b42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,3 +37,4 @@ jobs: - name: Run Build run: make -C frontend build - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3