Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Sep 26, 2024
1 parent 2ef0309 commit 3bb5e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_GraphNeuralNetworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
# dev mono repo versions
pkg"registry up"
Pkg.update()
pkg"dev ./GNNGraphs ./GNNlib ."
pkg"dev ./GNNGraphs ./GNNlib ./GraphNeuralNetworks"
Pkg.test("GraphNeuralNetworks"; coverage=true)
- uses: julia-actions/julia-processcoverage@v1
with:
# directories: ./src, ./ext
directories: ./src
# directories: ./GraphNeuralNetworks/src, ./GraphNeuralNetworks/ext
directories: ./GraphNeuralNetworks/src
- uses: codecov/codecov-action@v4
with:
files: lcov.info

0 comments on commit 3bb5e8f

Please sign in to comment.