Skip to content

Commit 2f4fbf4

Browse files
committed
ci:
1 parent 687293c commit 2f4fbf4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths-ignore:
66
- "README.md"
77
- "doc/*.txt"
8+
pull_request:
89

910
jobs:
1011
themis:
@@ -82,16 +83,13 @@ jobs:
8283
- name: extract
8384
run: |
8485
mv **/*.xml ./
85-
tree
86-
ls *.xml | sed 's/^\(\(coverage\)-\(.*\)\.xml\)$/\3=\1/g'
8786
- name: Setup pnpm
8887
uses: pnpm/action-setup@v4
8988
with:
9089
version: latest
9190
- name: merge coverage
9291
run: pnpm dlx cobertura-merge@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\(\(coverage\)-\(.*\)\.xml\)$/\3=\1/g')
93-
- name: show
94-
run: cat coverage.xml
92+
- uses: k1LoW/octocov-action@v1
9593

9694

9795
upload-coverage-badge:

0 commit comments

Comments
 (0)