Skip to content

Commit 72f4867

Browse files
committed
Updated pipeline
1 parent 6a974ea commit 72f4867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
log_file="test_results/${timestamp}_report.log"
4949
echo -e "\nTest Cases Report Report\n" >> $log_file
5050
# 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
51+
python -m coverage run --source=src/python_osw_validation -m unittest discover -v tests/unit_tests >> $log_file 2>&1
5252
echo -e "\nCoverage Report\n" >> $log_file
5353
coverage report >> $log_file
5454

0 commit comments

Comments
 (0)