diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dad0cf0b7..972474573 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: set -o pipefail mkdir -p test_result docker compose -f docker/docker-compose_tests.yml up --abort-on-container-exit - + # export the coverage report to the comment! - name: Add coverage report to PR comment continue-on-error: true diff --git a/.gitignore b/.gitignore index cbf701359..12e4e8092 100644 --- a/.gitignore +++ b/.gitignore @@ -168,4 +168,4 @@ build .vscode # local test artifacts -test_result/ \ No newline at end of file +test_result/