LogarithmPlotter/scripts/run-tests.sh
Ad5001 e9d204daab
All checks were successful
continuous-integration/drone/push Build is passing
Code coverage for JS
2024-09-28 03:49:14 +02:00

7 lines
185 B
Bash

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