GitHub Actions - TetsuFe/state_notifier_sample6 GitHub Wiki
サンプルアプリのデプロイにGithub Actionsを使っています。
本リポジトリのworkflow設定ファイルは以下です
https://github.com/TetsuFe/state_notifier_sample6/blob/master/.github/workflows/main.yml
codecovとの連携
カバレッジの計測はしたことがなかったのですが、こちらのサイトまんまの設定で簡単にテストカバレッジを設定できました。
https://flutter.takuchalle.dev/posts/how-to-test-coverage-on-github-actions/
actionsの文法について
- https://help.github.com/ja/actions/reference/workflow-syntax-for-github-actions
- https://qiita.com/HeRo/items/935d5e268208d411ab5a#%E3%83%97%E3%83%AB%E3%83%AA%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88%E3%82%92%E3%83%9E%E3%83%BC%E3%82%B8%E3%81%99%E3%82%8B
- https://gist.github.com/TetsuFe/fcfbd2731ee0577289f625687297bd18