Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use patched version of github action #1504

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: node

on:
# Triggers the workflow on push or pull request events but only for the main and v2 branches
# Triggers the workflow on push or pull request against main
push:
branches: [main]
pull_request:
Expand Down Expand Up @@ -135,14 +135,14 @@ jobs:
- name: coverage
run: yarn workspace @hyperlane-xyz/core run coverage-ci

- uses: romeovs/[email protected].1
- uses: osmind-development-org/[email protected].2
with:
title: "Forge Coverage Report"
lcov-file: ./solidity/lcov.info
lcov-base: ./solidity/forge-lcov.base.info
delete-old-comments: true

- uses: romeovs/[email protected].1
- uses: osmind-development-org/[email protected].2
with:
title: "Hardhat Coverage Report"
lcov-file: ./solidity/coverage/lcov.info
Expand Down