From fcc8470758879db918d79e7592c2060e066d42cc Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 2 Feb 2021 15:05:29 +0100 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index f0ad7ce..608df2c 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -24,6 +24,12 @@ jobs: - name: Regression test run: sudo -E ./run_tests + + + - name: Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }}