Skip to content

Commit

Permalink
remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dp-yuanyn committed Jan 29, 2024
1 parent a309df3 commit 6f41c5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_unidock.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Uni-Dock CI/CD
on:
push:
branches: [ fix_unidock_ut ]
branches: []
pull_request:
branches: [ main ]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f41c5c

Please sign in to comment.