Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 24, 2024
1 parent 2915aec commit 55888e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_GraphNeuralNetworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
Pkg.test("GraphNeuralNetworks"; coverage=true)
- uses: julia-actions/julia-processcoverage@v1
with:
# directories: ./GraphNeuralNetworks/src, ./GraphNeuralNetworks/ext
directories: ./GraphNeuralNetworks/src
# directories: ./src, ./ext
directories: ./src
- uses: codecov/codecov-action@v4
with:
files: lcov.info

0 comments on commit 55888e0

Please sign in to comment.