From 496215bcff4d8d0d2aa22afbaf1f196a931601c9 Mon Sep 17 00:00:00 2001 From: Rasmus Oersoe Date: Mon, 25 Sep 2023 22:49:28 +0200 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 589afb9b3..5339d6d10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: editable: true - name: Run unit tests and generate coverage report run: | - coverage run --source=graphnet -m pytest tests/ examples/ --ignore=05_pisa + coverage run --source=graphnet -m pytest tests/ examples/ --ignore=examples/05_pisa/ coverage xml -o coverage.xml - name: Work around permission issue run: | @@ -88,7 +88,7 @@ jobs: - name: Run unit tests and generate coverage report run: | set -o pipefail # To propagate exit code from pytest - coverage run --source=graphnet -m pytest tests/ examples/ --ignore=tests/data/ --ignore=tests/deployment/ --ignore=examples/01_icetray --ignore=examples/05_pisa + coverage run --source=graphnet -m pytest tests/ examples/ --ignore=tests/data/ --ignore=tests/deployment/ --ignore=examples/01_icetray/ --ignore=examples/05_pisa/ coverage report -m build-macos: @@ -108,5 +108,5 @@ jobs: - name: Run unit tests and generate coverage report run: | set -o pipefail # To propagate exit code from pytest - coverage run --source=graphnet -m pytest tests/ examples/ --ignore=tests/data/ --ignore=tests/deployment/ --ignore=examples/01_icetray --ignore=examples/05_pisa + coverage run --source=graphnet -m pytest tests/ examples/ --ignore=tests/data/ --ignore=tests/deployment/ --ignore=examples/01_icetray/ --ignore=examples/05_pisa/ coverage report -m