From b1bae88b6a5df411a9da665466c11879de60ac09 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Thu, 28 Oct 2021 08:21:27 -0400 Subject: [PATCH] trying jobs --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76c725eb..8705a04c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,8 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - run: pip3 install -e . --no-deps - - run: pytest-3 - coverage: '/^TOTAL.+?(\d+\%)$/' - artifacts: - paths: - - htmlcov/ \ No newline at end of file + - run: pytest-3 \ No newline at end of file -- GitLab