Skip to content

Commit 2e3b7f6

Browse files
committed
Fix coverage folder in action
1 parent 4a18701 commit 2e3b7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
mkdir -p coverage
4242
TEST_DIR=$(pwd)/test VIMS=./vims kcov coverage ./test/test.sh
4343
- name: Upload coverage
44-
run: bash <(curl -s https://codecov.io/bash)
44+
run: bash <(curl -s https://codecov.io/bash) -s coverage
4545

4646

0 commit comments

Comments
 (0)