Skip to content

Commit b687bc4

Browse files
committed
add codecov
1 parent fc9a6b7 commit b687bc4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
on: push
1+
on:
2+
push:
3+
tags:
4+
- 'v*.*.*'
5+
26
name: Test, Build and Release apk
37
jobs:
48
build:
59
name: Build APK
610
runs-on: ubuntu-latest
711
steps:
812
- uses: actions/checkout@v1
13+
- uses: codecov/codecov-action@v3
914
- uses: actions/setup-java@v1
1015
with:
1116
java-version: '12.x'

codemagic.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)