From 9b8eaf26b63ad6e36d7f7f979aa81084252178ec Mon Sep 17 00:00:00 2001 From: Mat Doucet Date: Tue, 10 Oct 2023 12:40:27 -0400 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c87805d..a825ce6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -38,10 +38,11 @@ jobs: run: | /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 - name: Test with pytest + working-directory: ./reduction run: | git submodule add --force https://code.ornl.gov/sns-hfir-scse/infrastructure/test-data/liquidsreflectometer-data.git tests/data/liquidsreflectometer-data git submodule update --init - python -m pytest --cov=reduction --cov-report=xml --cov-report=term reduction/test + python -m pytest --cov=reduction --cov-report=xml --cov-report=term test - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: