From 75e09fd3451f6b4fe71fa2249ce258ea99ac4589 Mon Sep 17 00:00:00 2001 From: tanvimoharir <74228962+tanvimoharir@users.noreply.github.com> Date: Wed, 2 Jun 2021 13:43:07 +0530 Subject: Updating configuration --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db93a817..9b29a7bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,11 @@ jobs: python -m pip install tox - name: Run tests run: tox + - name: After tests + run: tox -e coverage,codecov - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true release: -- cgit v1.2.1