summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverage.yaml')
-rw-r--r--.github/workflows/coverage.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml
index eaf5a87..28a2cd6 100644
--- a/.github/workflows/coverage.yaml
+++ b/.github/workflows/coverage.yaml
@@ -39,7 +39,7 @@ jobs:
39 - name: Installing lcov 39 - name: Installing lcov
40 run: sudo apt install lcov 40 run: sudo apt install lcov
41 - name: Running the testsuite 41 - name: Running the testsuite
42 run: make -C tests clean coverage 42 run: make -C tests clean coverage run
43 - name: Setup Pages 43 - name: Setup Pages
44 uses: actions/configure-pages@v3 44 uses: actions/configure-pages@v3
45 - name: Upload artifact 45 - name: Upload artifact