Skip to content

Commit

Permalink
fix: remove failing links to unblock dokka documentation generation (#…
Browse files Browse the repository at this point in the history
…120)

Signed-off-by: Cristian G <[email protected]>
Co-authored-by: Ahmed Moussa <[email protected]>
  • Loading branch information
cristianIOHK and hamada147 committed May 20, 2024
1 parent 74a9147 commit f7be4ae
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release:
runs-on: macos-latest
steps:
- name: Checkout the repo
- name: "Checkout the repo"
uses: actions/checkout@v3
with:
submodules: recursive
Expand All @@ -44,7 +44,7 @@ jobs:
with:
node-version: "lts/*"

- name: Install Homebrew
- name: "Install Homebrew"
run: >
/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand All @@ -60,7 +60,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- name: Release
- name: "Release"
env:
GIT_AUTHOR_EMAIL: ${{ steps.import_gpg.outputs.email }}
GIT_COMMITTER_EMAIL: ${{ steps.import_gpg.outputs.email }}
Expand Down
28 changes: 15 additions & 13 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,54 +30,56 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Validate Gradle Wrapper
- name: "Validate Gradle Wrapper"
run: pwd

- name: Checkout the repo
- name: "Checkout the repo"
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
fetch-depth: 0

- name: Install Java ${{ env.JAVA_VERSION }}
- name: "Install Java ${{ env.JAVA_VERSION }}"
uses: actions/setup-java@v3
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: "zulu"

- name: Gradle Build Action
- name: "Gradle Build Action"
uses: gradle/gradle-build-action@v2

- name: Install NodeJS ${{ env.NODEJS_VERSION }}
- name: "Install NodeJS ${{ env.NODEJS_VERSION }}"
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODEJS_VERSION }}

- name: Install Homebrew
- name: "Install Homebrew"
if: matrix.os-type == 'macos'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install autoconf, automake, libtool
- name: "Install autoconf, automake, libtool"
if: matrix.os-type == 'macos'
run: |
brew install autoconf automake libtool
- name: Test Kotlin code is properly formatted
- name: "Test Kotlin code is properly formatted"
run: ./gradlew ktlintCheck

- name: Build Check All tests
- name: "Build Check All tests"
run: ./gradlew allTests

- name: Generate kover coverage report
- name: "Generate kover coverage report"
run: ./gradlew koverHtmlReport koverXmlReport

- name: Upload coverage html
- name: "Upload coverage html"
uses: actions/[email protected]
with:
name: coverage-results-${{ matrix.os-type }}.zip
path: build/reports/kover/html

- name: Add coverage report to PR
- name: "Add coverage report to PR"
id: kover
uses: mi-kas/kover-report@v1
with:
Expand All @@ -89,7 +91,7 @@ jobs:
min-coverage-changed-files: 90
coverage-counter-type: LINE

- name: Upload the build report
- name: "Upload the build report"
if: always()
uses: actions/upload-artifact@v3
with:
Expand Down
16 changes: 13 additions & 3 deletions .github/workflows/release-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: "Checkout the repo"
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
fetch-depth: 0

- name: "Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@v1
Expand All @@ -47,6 +49,14 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
distribution: "zulu"

- name: "Install Homebrew"
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: "Install autoconf, automake, libtool"
run: |
brew install autoconf automake libtool
- name: "Dokka Documentation Generation"
run: |
./gradlew dokkaHtml
Expand Down
12 changes: 0 additions & 12 deletions apollo/docs/Base64.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Package io.iohk.atala.prism.apollo.base64

[![Kotlin](https://img.shields.io/badge/kotlin-1.8.20-blue.svg?logo=kotlin)](http://kotlinlang.org)

![android](https://camo.githubusercontent.com/b1d9ad56ab51c4ad1417e9a5ad2a8fe63bcc4755e584ec7defef83755c23f923/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d616e64726f69642d3645444238442e7376673f7374796c653d666c6174)
![apple-silicon](https://camo.githubusercontent.com/a92c841ffd377756a144d5723ff04ecec886953d40ac03baa738590514714921/687474703a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d2535424170706c6553696c69636f6e2535442d3433424246462e7376673f7374796c653d666c6174)
![ios](https://camo.githubusercontent.com/1fec6f0d044c5e1d73656bfceed9a78fd4121b17e82a2705d2a47f6fd1f0e3e5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d696f732d4344434443442e7376673f7374796c653d666c6174)
![jvm](https://camo.githubusercontent.com/700f5dcd442fd835875568c038ae5cd53518c80ae5a0cf12c7c5cf4743b5225b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6a766d2d4442343133442e7376673f7374796c653d666c6174)
![js](https://camo.githubusercontent.com/3e0a143e39915184b54b60a2ecedec75e801f396d34b5b366c94ec3604f7e6bd/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6a732d4638444235442e7376673f7374796c653d666c6174)
![getNode-js](https://camo.githubusercontent.com/d08fda729ceebcae0f23c83499ca8f06105350f037661ac9a4cc7f58edfdbca9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6e6f64656a732d3638613036332e7376673f7374796c653d666c6174)
![macos](https://camo.githubusercontent.com/1b8313498db244646b38a4480186ae2b25464e5e8d71a1920c52b2be5212b909/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6d61636f732d3131313131312e7376673f7374796c653d666c6174)
![tvos](https://camo.githubusercontent.com/4ac08d7fb1bcb8ef26388cd2bf53b49626e1ab7cbda581162a946dd43e6a2726/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d74766f732d3830383038302e7376673f7374796c653d666c6174)
![watchos](https://camo.githubusercontent.com/135dbadae40f9cabe7a3a040f9380fb485cff36c90909f3c1ae36b81c304426b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d77617463686f732d4330433043302e7376673f7374796c653d666c6174)

![Atala Prism Logo](../../images/Logo.png)

Apollo Base64 is Kotlin Multiplatform library containing:
Expand Down
11 changes: 0 additions & 11 deletions apollo/docs/SecureRandom.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Package io.iohk.atala.prism.apollo.securerandom

[![Kotlin](https://img.shields.io/badge/kotlin-1.8.20-blue.svg?logo=kotlin)](http://kotlinlang.org)

![android](https://camo.githubusercontent.com/b1d9ad56ab51c4ad1417e9a5ad2a8fe63bcc4755e584ec7defef83755c23f923/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d616e64726f69642d3645444238442e7376673f7374796c653d666c6174)
![apple-silicon](https://camo.githubusercontent.com/a92c841ffd377756a144d5723ff04ecec886953d40ac03baa738590514714921/687474703a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d2535424170706c6553696c69636f6e2535442d3433424246462e7376673f7374796c653d666c6174)
![ios](https://camo.githubusercontent.com/1fec6f0d044c5e1d73656bfceed9a78fd4121b17e82a2705d2a47f6fd1f0e3e5/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d696f732d4344434443442e7376673f7374796c653d666c6174)
![jvm](https://camo.githubusercontent.com/700f5dcd442fd835875568c038ae5cd53518c80ae5a0cf12c7c5cf4743b5225b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6a766d2d4442343133442e7376673f7374796c653d666c6174)
![js](https://camo.githubusercontent.com/3e0a143e39915184b54b60a2ecedec75e801f396d34b5b366c94ec3604f7e6bd/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6a732d4638444235442e7376673f7374796c653d666c6174)
![getNode-js](https://camo.githubusercontent.com/d08fda729ceebcae0f23c83499ca8f06105350f037661ac9a4cc7f58edfdbca9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6e6f64656a732d3638613036332e7376673f7374796c653d666c6174)
![macos](https://camo.githubusercontent.com/1b8313498db244646b38a4480186ae2b25464e5e8d71a1920c52b2be5212b909/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d6d61636f732d3131313131312e7376673f7374796c653d666c6174)
![tvos](https://camo.githubusercontent.com/4ac08d7fb1bcb8ef26388cd2bf53b49626e1ab7cbda581162a946dd43e6a2726/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d74766f732d3830383038302e7376673f7374796c653d666c6174)
![watchos](https://camo.githubusercontent.com/135dbadae40f9cabe7a3a040f9380fb485cff36c90909f3c1ae36b81c304426b/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d77617463686f732d4330433043302e7376673f7374796c653d666c6174)

![Atala Prism Logo](../../images/Logo.png)

Expand Down

0 comments on commit f7be4ae

Please sign in to comment.