Filtering report paths
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2024-09-18 23:19:00 +02:00
parent 2ee7da7995
commit a3cf99f3af
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/" cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
# Run python tests # Run python tests
PYTHONPATH="$PYTHONPATH:.." pytest --cov --cov-report term-missing .. PYTHONPATH="$PYTHONPATH:." pytest --cov=LogarithmPlotter --cov-report term-missing .