We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a974ea commit 72f4867Copy full SHA for 72f4867
.github/workflows/unit_tests.yml
@@ -48,7 +48,7 @@ jobs:
48
log_file="test_results/${timestamp}_report.log"
49
echo -e "\nTest Cases Report Report\n" >> $log_file
50
# Run the tests and append output to the log file
51
- python -m coverage run --source=src/gtfs_canonical_validator -m unittest discover -s tests/unit_tests >> $log_file 2>&1
+ python -m coverage run --source=src/python_osw_validation -m unittest discover -v tests/unit_tests >> $log_file 2>&1
52
echo -e "\nCoverage Report\n" >> $log_file
53
coverage report >> $log_file
54
0 commit comments