Skip to content

Commit

Permalink
Move coverage file in ci.sh itself
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 4, 2024
1 parent e8527e7 commit 7718ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ python -m pip install dist/*.zip

python -m pip install -Ur test-requirements.txt
if [ -n "${OLD_CRYPTOGRAPHY:-}" ]; then
python -m pip install cryptography=="${OLD_CRYPTOGRAPHY}"
python -m pip install cryptography=="${OLD_CRYPTOGRAPHY}"
fi
mkdir empty
pushd empty
coverage run --parallel-mode -m pytest -W error -ra -s ../tests
mv empty/.coverage.* .

0 comments on commit 7718ad2

Please sign in to comment.