From 9e2a6dba3d232e7358a20c3c3e7644201449ac0f Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 2 Feb 2021 15:55:49 +0100 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index c2b7d71..1d80781 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -22,9 +22,12 @@ jobs: - name: Regression test run: sudo -E ./run_tests - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Coveralls + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: coveralls --service=github