# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 version: 0.2 phases: build: commands: - ./tests/ci/run_accp_basic_tests.sh reports: unit-tests: files: - 'build/reports/unit-tests/**' discard-paths: yes file-format: JunitXml java-coverage-report: files: - 'build/cmake-coverage/coverage/results/coverage-report.xml' file-format: 'JACOCOXML' cpp-coverage-report: files: - 'build/reports/cpp/cobertura.xml' file-format: 'COBERTURAXML'