Skip to content

Commit 47bd240

Browse files
committed
Adding codecov token
1 parent 7c7d7b7 commit 47bd240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ jobs:
363363
- uses: codecov/codecov-action@v3
364364
name: "Upload coverage to Codecov"
365365
with:
366+
token: ${{ secrets.CODECOV_TOKEN }}
366367
name: centos-${{ matrix.mapdl-version }}-remote.xml
367368
flags: centos,remote,${{ matrix.mapdl-version }}
368369

@@ -511,6 +512,7 @@ jobs:
511512
- uses: codecov/codecov-action@v3
512513
name: "Upload coverage to Codecov"
513514
with:
515+
token: ${{ secrets.CODECOV_TOKEN }}
514516
root_dir: ${{ github.workspace }}
515517
name: ubuntu-v22.2.0-local.xml
516518
flags: ubuntu,local,v22.2.0
@@ -580,6 +582,7 @@ jobs:
580582
- uses: codecov/codecov-action@v3
581583
name: "Upload coverage to Codecov"
582584
with:
585+
token: ${{ secrets.CODECOV_TOKEN }}
583586
name: windows-v22.2.0-local.xml
584587
flags: windows,local,v22.2.0
585588

0 commit comments

Comments
 (0)