Skip to content

Commit

Permalink
Export ruler report (#311)
Browse files Browse the repository at this point in the history
* Create reportsExports.yml

* Update reportsExports.yml

* Update reportsExports.yml

* Update reportsExports.yml

* Update README.md

* Update reportsExports.yml

* Update README.md
  • Loading branch information
yogeshpaliyal authored Jan 22, 2023
1 parent 2ea5bed commit 928a07a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/reportsExports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "Export Reports to reports branch"

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setting up project
uses: ./.github/actions/setup

- name: Create Reports ⚙️🛠
run: bash ./gradlew :app:analyzeProductionReleaseBundle


- name: Exports Reports to report branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: reports # The branch name where you want to push the assets
FOLDER: app/build/reports # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "Build: ({sha}) {msg}" # The commit message
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<a href="https://devlibrary.withgoogle.com/products/android/repos/yogeshpaliyal-KeyPass">
<img src="https://img.shields.io/badge/Part%20of-DevLibrary-9cf?color=4285F4&logoColor=4285F4&logo=google&style=for-the-badge" alt="DevLibrary">
</a>
<a href="https://raw.githack.com/yogeshpaliyal/KeyPass/reports/ruler/productionRelease/report.html">
<img src="https://img.shields.io/badge/App%20Size-Report-9cf?color=f39c12&style=for-the-badge" alt="DevLibrary">
</a>
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fyogeshpaliyal%2FKeyPass&count_bg=%2379C83D&title_bg=%23555555&title=hits&style=for-the-badge%22" alt="visitCount">
</p>
</div>

<a href="https://twitter.com/yogeshpaliyal" target="_blank">
<img alt="Twitter: yogeshpaliyal" src="https://img.shields.io/twitter/follow/yogeshpaliyal.svg?style=social" />
</a>

> The modern password manager does not store your credentials on servers so your passwords are in your hands, no need to worry.
Expand Down

0 comments on commit 928a07a

Please sign in to comment.