From 1a72b6e9efc2b866ef68bde8c16db90157d8ab41 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Sat, 20 Aug 2022 22:43:07 +0800 Subject: [PATCH] chore: update unit test action config --- .github/workflows/pythonapp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index eef24da0..45f8e864 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -3,8 +3,6 @@ name: Python application on: [pull_request, workflow_dispatch] permissions: checks: write - issues: write - pull-requests: write jobs: build_backend: @@ -52,6 +50,8 @@ jobs: if: always() with: junit_files: results.xml + comment_mode: off + check_name: "Test Results - ${{ join(matrix.*, ', ') }}" - uses: codecov/codecov-action@v3 with: files: ./coverage.xml