From 6d5df4ed9c70cedba7f7bfb893dbe34a5362754d Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:42:53 +0000 Subject: [PATCH] Fix coveralls --- .github/workflows/mac.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 5f924c52..eeef4f26 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -28,9 +28,12 @@ jobs: env: # show timings of tests PYTEST_ADDOPTS: "--durations=0" + run: uv run pytest --run-extra-mlips --cov janus_core --cov-append . -- tests/test_cli.py + + - name: Set Path run: | source ~/.zshrc - uv run pytest --run-extra-mlips --cov janus_core --cov-append . + echo "PATH=$PATH" >> $GITHUB_ENV - name: Report coverage to Coveralls uses: coverallsapp/github-action@v2