From 94947b2fc678a3e4e14c3b821d33a3f266b8de95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Sat, 11 Dec 2021 17:09:18 +0100 Subject: [PATCH] mv coverage file --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7e0afa..08117ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,7 @@ on: # Triggers the workflow on push or pull request events push: pull_request: + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -66,6 +67,7 @@ jobs: working-directory: python run: | pytest --cov intercoop intercoop + mv .coverage .. - name: Coveralls uses: AndreMiras/coveralls-python-action@develop