Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/jarm_sdk' into feature/j…
Browse files Browse the repository at this point in the history
…arm_sdk
  • Loading branch information
sanderPostma committed Oct 9, 2024
2 parents f439944 + b3acdfb commit 51a21d6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 96 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 8.15.7
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm build
- name: run CI tests
Expand All @@ -41,4 +39,13 @@ jobs:
SPHEREON_SSI_MSAL_USERNAME: ${{ secrets.SPHEREON_SSI_MSAL_USERNAME }}
SPHEREON_SSI_MSAL_PASSWORD: ${{ secrets.SPHEREON_SSI_MSAL_PASSWORD }}
run: pnpm test:ci
- run: npx codecov
- name: codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
name: codecove # optional
flags: unittest
fail_ci_if_error: true # optional (default = false)
#directory: ./coverage/reports/
#files: ./coverage1.xml,./coverage2.xml
verbose: true # optional (default = false)
13 changes: 1 addition & 12 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: pnpm/action-setup@v3
with:
version: 8.15.7
# - name: Get yarn cache directory path
# id: yarn-cache-dir-path
# run: echo "::set-output name=dir::$(yarn cache dir)"
# - uses: actions/cache@v2
# id: yarn-cache
# with:
# path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
# key: ${{ runner.os }}-yarn-2-${{ hashFiles('**/package.json') }}

- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm build
- name: run integration tests
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"codecov": "^3.8.3",
"jest": "^29.7.0",
"lerna": "^8.1.6",
"lerna-changelog": "^2.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"codecov": "^3.8.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/siop-oid4vp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@typescript-eslint/parser": "^5.52.0",
"ajv": "^8.12.0",
"bs58": "^5.0.0",
"codecov": "^3.8.3",
"cspell": "^6.26.3",
"did-jwt": "6.11.6",
"did-resolver": "^4.1.0",
Expand Down
77 changes: 0 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51a21d6

Please sign in to comment.