Skip to content

Commit b5cfd79

Browse files
authored
Add token to codecov action (#532)
1 parent c5db4cc commit b5cfd79

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/test_GNNGraphs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
directories: ./GNNGraphs/src
4646
- uses: codecov/codecov-action@v5
4747
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
files: lcov.info

.github/workflows/test_GNNLux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
directories: ./GNNLux/src
4646
- uses: codecov/codecov-action@v5
4747
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
files: lcov.info

.github/workflows/test_GNNlib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
directories: ./GNNlib/src
4646
- uses: codecov/codecov-action@v5
4747
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
files: lcov.info

.github/workflows/test_GraphNeuralNetworks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
directories: ./GraphNeuralNetworks/src
4646
- uses: codecov/codecov-action@v5
4747
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
files: lcov.info

0 commit comments

Comments
 (0)