Skip to content

Commit 5d6453d

Browse files
committed
[ISSUE-10]: coverage github workflow
1 parent f7af382 commit 5d6453d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Coverage CI
2+
3+
on:
4+
push:
5+
branches: [ develop ]
6+
pull_request:
7+
branches: [ develop ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
- name: generate
17+
run: make -f coverage.mk
18+
working-directory: cov
19+
- name: Upload coverage to Codecov
20+
uses: codecov/codecov-action@v2
21+
with:
22+
directory: cov

0 commit comments

Comments
 (0)