From d751e12b7b3ddabe1a117d058b7aa28eb5b9bb4a Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Thu, 28 Oct 2021 08:17:29 -0400 Subject: [PATCH] trying jobs --- .github/workflows/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 00000000..f5b1a1cd --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,10 @@ +jobs: + tests: + 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 -- GitLab