Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mqhamdam committed May 20, 2023
1 parent fc9a6b7 commit b687bc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
on: push
on:
push:
tags:
- 'v*.*.*'

name: Test, Build and Release apk
jobs:
build:
name: Build APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: codecov/codecov-action@v3
- uses: actions/setup-java@v1
with:
java-version: '12.x'
Expand Down
Empty file removed codemagic.yaml
Empty file.

0 comments on commit b687bc4

Please sign in to comment.