Skip to content

Commit

Permalink
Merge pull request #190 from ryanw-mobile/chore/codacy
Browse files Browse the repository at this point in the history
Codacy: add Codacy check and badge
  • Loading branch information
ryanw-mobile committed Jun 14, 2024
2 parents 9db99c5 + a12a336 commit ee599d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
files: composeApp/build/reports/kover/report.xml
fail_ci_if_error: true
verbose: false

- name: Run codacy-coverage-reporter
uses: codacy/[email protected]
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: composeApp/build/reports/kover/report.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GMap2iCal - Google Maps Timeline to iCal <br/>![Gradle Build](https://github.com/ryanw-mobile/GMap2ICal/actions/workflows/main_build.yml/badge.svg) [![codecov](https://codecov.io/github/ryanw-mobile/GMap2ICal/graph/badge.svg?token=4NZUBRYHT0)](https://codecov.io/github/ryanw-mobile/GMap2ICal)
# GMap2iCal - Google Maps Timeline to iCal <br/>![Gradle Build](https://github.com/ryanw-mobile/GMap2ICal/actions/workflows/main_build.yml/badge.svg) [![codecov](https://codecov.io/github/ryanw-mobile/GMap2ICal/graph/badge.svg?token=4NZUBRYHT0)](https://codecov.io/github/ryanw-mobile/GMap2ICal) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/8faef3d361244120b5075fbe8713ad24)](https://app.codacy.com/gh/ryanw-mobile/GMap2ICal/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

### My first Kotlin MultiPlatform / Compose MultiPlatform (Desktop) App

Expand Down

0 comments on commit ee599d3

Please sign in to comment.