diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e06c052..bd9043c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: - default: + coverage: runs-on: ubuntu-latest steps: - name: Checkout diff --git a/hardhat.config.ts b/hardhat.config.ts index 28baadc..fd5d2ca 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 IEXEC BLOCKCHAIN TECH +// SPDX-FileCopyrightText: 2024-2025 IEXEC BLOCKCHAIN TECH // SPDX-License-Identifier: Apache-2.0 import '@nomicfoundation/hardhat-toolbox'; diff --git a/test/VoucherHub.test.ts b/test/VoucherHub.test.ts index c91b44f..b8d52fa 100644 --- a/test/VoucherHub.test.ts +++ b/test/VoucherHub.test.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 IEXEC BLOCKCHAIN TECH +// SPDX-FileCopyrightText: 2024-2025 IEXEC BLOCKCHAIN TECH // SPDX-License-Identifier: Apache-2.0 import { SignerWithAddress } from '@nomicfoundation/hardhat-ethers/signers'; diff --git a/test/beacon/Voucher.test.ts b/test/beacon/Voucher.test.ts index c1cce83..d832b07 100644 --- a/test/beacon/Voucher.test.ts +++ b/test/beacon/Voucher.test.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2024 IEXEC BLOCKCHAIN TECH +// SPDX-FileCopyrightText: 2024-2025 IEXEC BLOCKCHAIN TECH // SPDX-License-Identifier: Apache-2.0 import { SignerWithAddress } from '@nomicfoundation/hardhat-ethers/signers';