Skip to content

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 1, 2024
1 parent b5cfd79 commit 864c5ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_GNNGraphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_GNNlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_GraphNeuralNetworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 864c5ec

Please sign in to comment.