Skip to content

Commit

Permalink
Merge branch 'main' into wasm_builder_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aoyako authored Nov 11, 2024
2 parents 77b8d44 + b29e442 commit 66465f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,13 @@ jobs:
mold --run cargo llvm-cov nextest
--all-features
--branch --no-report
- name: Doc test with all features
run: >
mold --run cargo llvm-cov --doc
--all-features
--branch --no-report
- name: Generate lcov report
run: cargo llvm-cov report --lcov --output-path lcov.info
run: cargo llvm-cov report --doctests --lcov --output-path lcov.info
- name: Upload lcov report
uses: actions/upload-artifact@v4
with:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/hyperledger-iroha/iroha-python/dispatches \
-d '{"event_type":"dispatch-event"}'
- name: Trigger java SDK tests
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.REPO_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/hyperledger-iroha/iroha-java/dispatches \
-d '{"event_type":"allure-upload-trigger"}'
telemetry:
# FIXME #2646
Expand Down

0 comments on commit 66465f7

Please sign in to comment.