Skip to content

Commit

Permalink
Adding codecov token to the uploader action (#2880)
Browse files Browse the repository at this point in the history
* Adding codecov token to the uploader action

* Update the image cache

* Update the image cache

* Update the image cache

* reverting cache

---------

Co-authored-by: germa89 <[email protected]>
Co-authored-by: Camille <[email protected]>
Co-authored-by: clatapie <[email protected]>
  • Loading branch information
4 people authored Mar 15, 2024
1 parent 228208c commit 08560d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ jobs:
- uses: codecov/codecov-action@v4
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
name: centos-${{ matrix.mapdl-version }}-remote.xml
flags: centos,remote,${{ matrix.mapdl-version }}

Expand Down Expand Up @@ -587,6 +588,7 @@ jobs:
- uses: codecov/codecov-action@v4
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
root_dir: ${{ github.workspace }}
name: ${{ matrix.mapdl-image }}-local.xml
flags: ubuntu,local,${{ matrix.mapdl-image }}
Expand Down Expand Up @@ -677,6 +679,7 @@ jobs:
- uses: codecov/codecov-action@v4
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
root_dir: ${{ github.workspace }}
name: ${{ matrix.mapdl-image }}-minimal.xml
flags: ubuntu,local,${{ matrix.mapdl-image }},minimal
Expand Down Expand Up @@ -748,6 +751,7 @@ jobs:
- uses: codecov/codecov-action@v4
name: "Upload coverage to Codecov"
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
name: windows-v22.2.0-local.xml
flags: windows,local,v22.2.0

Expand Down

0 comments on commit 08560d1

Please sign in to comment.