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