Skip to content

Commit

Permalink
no cov
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Sep 30, 2023
1 parent 98961d2 commit 9da2a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# git -C tests/data/liquidsreflectometer-data/ pull
git submodule update --init
ls -al tests/data/liquidsreflectometer-data/nexus/
xvfb-run --server-args="-screen 0 1280x1024x16" --auto-servernum python -m pytest --cov=reduction --cov=scripts --cov-report=xml --cov-report=term
xvfb-run --server-args="-screen 0 1280x1024x16" --auto-servernum python -m pytest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 9da2a2c

Please sign in to comment.