Skip to content

Commit

Permalink
Merge branch 'release-0.7.9' of github.com:TBD54566975/web5-js into r…
Browse files Browse the repository at this point in the history
…elease-0.7.9
  • Loading branch information
mistermoe committed Jun 12, 2023
2 parents 0371b96 + 3dbffda commit 946bd6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Build all workspace packages
run: npm run build

- name: Run linter for all packages
run: npm run lint --ws

- name: Run tests for all packages
run: npm run test:node --ws

Expand Down
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ component_management:
target: 100 # every PR opened should strive for full test coverage

individual_components:
- component_id: package_credentials
name: credentials
paths: ["packages/credentials/**"]

- component_id: package_crypto
name: crypto
paths: ["packages/crypto/**"]
Expand Down

0 comments on commit 946bd6c

Please sign in to comment.