From 864c5ecc0380f6d62f483aa0c5796e2a6a14b2be Mon Sep 17 00:00:00 2001 From: CarloLucibello Date: Sun, 1 Dec 2024 08:53:32 +0100 Subject: [PATCH] increase coverage --- .github/workflows/test_GNNGraphs.yml | 1 - .github/workflows/test_GNNlib.yml | 3 +-- .github/workflows/test_GraphNeuralNetworks.yml | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_GNNGraphs.yml b/.github/workflows/test_GNNGraphs.yml index 2678c1a0b..3c631a371 100644 --- a/.github/workflows/test_GNNGraphs.yml +++ b/.github/workflows/test_GNNGraphs.yml @@ -41,7 +41,6 @@ jobs: Pkg.test("GNNGraphs"; coverage=true) - uses: julia-actions/julia-processcoverage@v1 with: - # directories: ./GNNGraphs/src, ./GNNGraphs/ext directories: ./GNNGraphs/src - uses: codecov/codecov-action@v5 with: diff --git a/.github/workflows/test_GNNlib.yml b/.github/workflows/test_GNNlib.yml index 463672054..047940973 100644 --- a/.github/workflows/test_GNNlib.yml +++ b/.github/workflows/test_GNNlib.yml @@ -41,8 +41,7 @@ jobs: Pkg.test("GNNlib"; coverage=true) - uses: julia-actions/julia-processcoverage@v1 with: - # directories: ./GNNlib/src, ./GNNlib/ext - directories: ./GNNlib/src + directories: ./GNNlib/src ./GNNGraphs/src - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/test_GraphNeuralNetworks.yml b/.github/workflows/test_GraphNeuralNetworks.yml index c7e141db1..c88a85fd5 100644 --- a/.github/workflows/test_GraphNeuralNetworks.yml +++ b/.github/workflows/test_GraphNeuralNetworks.yml @@ -41,8 +41,7 @@ jobs: Pkg.test("GraphNeuralNetworks"; coverage=true) - uses: julia-actions/julia-processcoverage@v1 with: - # directories: ./GraphNeuralNetworks/src, ./GraphNeuralNetworks/ext - directories: ./GraphNeuralNetworks/src + directories: ./GraphNeuralNetworks/src ./GNNGraphs/src ./GNNlib/src - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}