Skip to content

Commit

Permalink
CI: Test removing codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Dec 9, 2024
1 parent 3a396ce commit 6df9d6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-unit-tests
files: ./coverage.xml
flags: linux_unit
Expand Down Expand Up @@ -125,7 +124,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-integration-tests
files: ./coverage.xml
flags: linux_integration
Expand Down Expand Up @@ -184,7 +182,6 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-solvers-tests-windows
files: ./coverage.xml
flags: windows_system_solvers
Expand Down Expand Up @@ -240,7 +237,6 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-solvers-tests-linux
files: ./coverage.xml
flags: linux_system_solvers
Expand Down Expand Up @@ -304,7 +300,6 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-general-tests-windows
files: ./coverage.xml
flags: windows_system_general
Expand Down Expand Up @@ -372,7 +367,6 @@ jobs:
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-system-general-tests
files: ./coverage.xml
flags: linux_system_general
Expand Down

0 comments on commit 6df9d6a

Please sign in to comment.