Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,8 @@ coverage-test-on-main-scheduled: - python3 -m pytest tests -v -n 0 --update_ref 1 -m create_ref --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest tests -v -n 0 --update_ref 1 -m create_ref_part2 --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest tests/test_param_file.py -v -n 0 --update_ref 1 -m create_ref --param_file scripts/config/self_test_evs.prm --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - bash ci/smoke_test.sh - python3 scripts/runIvasCodec.py -p ./scripts/config/ci_linux.json -U 1 -t 1 - python3 scripts/runIvasCodec.py -p ./scripts/config/ci_linux.json -U 1 -D="-fec 15" --decoder_only -t 1 - lcov -c -d obj -o coverage.info - genhtml coverage.info -o coverage artifacts: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,8 @@ coverage-test-on-main-scheduled: - python3 -m pytest tests -v -n 0 --update_ref 1 -m create_ref --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest tests -v -n 0 --update_ref 1 -m create_ref_part2 --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - python3 -m pytest tests/test_param_file.py -v -n 0 --update_ref 1 -m create_ref --param_file scripts/config/self_test_evs.prm --ref_encoder_path ./IVAS_cod --ref_decoder_path ./IVAS_dec - bash ci/smoke_test.sh - python3 scripts/runIvasCodec.py -p ./scripts/config/ci_linux.json -U 1 -t 1 - python3 scripts/runIvasCodec.py -p ./scripts/config/ci_linux.json -U 1 -D="-fec 15" --decoder_only -t 1 - lcov -c -d obj -o coverage.info - genhtml coverage.info -o coverage artifacts: Loading