From cb55e31b6050bfd6fcf66d7ffeddd3baf0650f00 Mon Sep 17 00:00:00 2001 From: Roman Mazeev Date: Mon, 8 Jan 2024 13:39:26 +0100 Subject: [PATCH] Update Build and test framework.yml --- .github/workflows/Build and test framework.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Build and test framework.yml b/.github/workflows/Build and test framework.yml index dd32d7d..1275c22 100644 --- a/.github/workflows/Build and test framework.yml +++ b/.github/workflows/Build and test framework.yml @@ -15,3 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Build and test run: swift test -v --enable-code-coverage + - name: Test coverage + uses: maxep/spm-lcov-action@0.3.0 + with: + output-file: ./coverage/lcov.info