Skip to content

Commit bd6fc93

Browse files
coverage
1 parent e79edc6 commit bd6fc93

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/test_GNNGraphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
Pkg.test("GNNGraphs"; coverage=true)
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
44-
directories: ./GNNGraphs/src
44+
directories: GNNGraphs/src,GNNGraphs/ext
4545
- uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test_GNNLux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
Pkg.test("GNNLux"; coverage=true)
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
44-
# directories: ./GNNLux/src, ./GNNLux/ext
45-
directories: ./GNNLux/src
44+
directories: GNNLux/src,GNNLux/ext,GNNGraphs/src,GNNGraphs/ext,GNNlib/src,GNNlib/ext
4645
- uses: codecov/codecov-action@v5
4746
with:
4847
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test_GNNlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
Pkg.test("GNNlib"; coverage=true)
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
44-
directories: ./GNNlib/src ./GNNGraphs/src
44+
directories: GNNlib/src,GNNlib/ext,GNNGraphs/src,GNNGraphs/ext
4545
- uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test_GraphNeuralNetworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
Pkg.test("GraphNeuralNetworks"; coverage=true)
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
44-
directories: ./GraphNeuralNetworks/src ./GNNGraphs/src ./GNNlib/src
44+
directories: GraphNeuralNetworks/src,GraphNeuralNetworks/ext,GNNGraphs/src,GNNGraphs/ext,GNNlib/src,GNNlib/ext
4545
- uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)