Skip to content

Commit 21bf092

Browse files
committed
Update test workflow to upload codcov
1 parent 16517bd commit 21bf092

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47

58
jobs:
@@ -32,3 +35,8 @@ jobs:
3235

3336
- name: Run test
3437
run: poetry run invoke test
38+
39+
- name: Upload Code Coverage
40+
run: bash <(curl -s https://codecov.io/bash)
41+
env:
42+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)