Skip to content
Prev Previous commit
Next Next commit
Install codemagic.io and codecov
  • Loading branch information
CoderJava committed Apr 12, 2020
commit 3f30d77ab47e142b61d5f839b93a9f0f9438986b
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Codemagic build status](https://api.codemagic.io/apps/5e93249b1838ac3d3e52a5bc/5e93249b1838ac3d3e52a5bb/status_badge.svg)](https://codemagic.io/apps/5e93249b1838ac3d3e52a5bc/5e93249b1838ac3d3e52a5bb/latest_build)
[![codecov](https://codecov.io/gh/CoderJava/Flutter-News-App/branch/master/graph/badge.svg)](https://codecov.io/gh/CoderJava/Flutter-News-App)
[![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://github.com/tenhobi/effective_dart)

# Flutter News App
News App developed with Flutter and API from [News API](https://newsapi.org)

Expand Down
26 changes: 26 additions & 0 deletions codemagic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Automatically generated on 2020-04-12 UTC from https://codemagic.io/app/5e93249b1838ac3d3e52a5bc/settings
# Note that this configuration is not an exact match to UI settings. Review and adjust as necessary.

workflows:
default-workflow:
name: Default Workflow
environment:
flutter: stable
xcode: latest
cocoapods: default
triggering:
events:
- push
branch_patterns:
- pattern: '*'
include: true
source: true
scripts:
- flutter packages pub get
- flutter test
artifacts:
- flutter_drive.log
publishing:
email:
recipients:
- kolonel.yudisetiawan@gmail.com