From 6f41c5c78274f72f1a78ef44651a1abd345a9e89 Mon Sep 17 00:00:00 2001 From: dp-yuanyn Date: Tue, 30 Jan 2024 02:23:36 +0800 Subject: [PATCH] remove coverage --- .github/workflows/ci_unidock.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_unidock.yml b/.github/workflows/ci_unidock.yml index 4531df4..04c3cbf 100644 --- a/.github/workflows/ci_unidock.yml +++ b/.github/workflows/ci_unidock.yml @@ -1,7 +1,7 @@ name: Uni-Dock CI/CD on: push: - branches: [ fix_unidock_ut ] + branches: [] pull_request: branches: [ main ] @@ -50,9 +50,8 @@ jobs: - name: perform unit-test run: | python -m pip install --upgrade pip - pip install pytest coverage - coverage run -m pytest unidock/test/ut -v - coverage xml + pip install pytest + pytest unidock/test/ut -v build_docker_image: needs: unidock_test