fix: cover adjustment in some actions

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/455/head
Xinwei Xiong(cubxxw) 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 472ab6cfad
commit 0e41f8621d

@ -38,8 +38,8 @@ jobs:
- name: Install Dependencies
run: sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev
- name: Run Coverage
run: make coverage
- name: Run Cover
run: make cover
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

Loading…
Cancel
Save