From 3070a1c4d636c4c019b42f732c7b065bfd7de133 Mon Sep 17 00:00:00 2001 From: Diego Prada Date: Sat, 22 Jun 2024 13:17:04 -0600 Subject: [PATCH] Adding Codecov support --- .github/workflows/install_macos_latest.yaml | 2 +- .github/workflows/install_ubuntu_latest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install_macos_latest.yaml b/.github/workflows/install_macos_latest.yaml index 970c7db42..0888bbf08 100644 --- a/.github/workflows/install_macos_latest.yaml +++ b/.github/workflows/install_macos_latest.yaml @@ -1,5 +1,5 @@ -name: Test installation on macos-latest +name: Installation on macos-latest on: workflow_dispatch: diff --git a/.github/workflows/install_ubuntu_latest.yaml b/.github/workflows/install_ubuntu_latest.yaml index 79a7990d5..d3e14a201 100644 --- a/.github/workflows/install_ubuntu_latest.yaml +++ b/.github/workflows/install_ubuntu_latest.yaml @@ -1,5 +1,5 @@ -name: Test installation on ubuntu-latest +name: Installation on ubuntu-latest on: workflow_dispatch: