Skip to content

Commit

Permalink
NXDRIVE-2938: Update token for codecov (#4958)
Browse files Browse the repository at this point in the history
* NXDRIVE-2938: Update token for codecov
  • Loading branch information
gitofanindya committed Jun 4, 2024
1 parent 53e667a commit 9656590
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: functional
env_vars: OS,PYTHON
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: functional
env_vars: OS,PYTHON
Expand Down Expand Up @@ -111,6 +113,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: functional
env_vars: OS,PYTHON
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/functional_tests_2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: functional
env_vars: OS,PYTHON
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: functional
env_vars: OS,PYTHON
Expand All @@ -105,6 +107,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: functional
env_vars: OS,PYTHON
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
FREEZE_ONLY: 1


jobs:
integration-tests-windows:
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: integration
env_vars: OS,PYTHON
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: unit
env_vars: OS,PYTHON
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: unit
env_vars: OS,PYTHON
Expand Down Expand Up @@ -106,6 +108,7 @@ jobs:
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
flags: unit
env_vars: OS,PYTHON
1 change: 1 addition & 0 deletions docs/changes/5.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Release date: `2024-xx-xx`
- [NXDRIVE-2923](https://jira.nuxeo.com/browse/NXDRIVE-2923): Download nuxeo package from nexus sonatatype
- [NXDRIVE-2926] (https://jira.nuxeo.com/browse/NXDRIVE-2926): Update github Action Runner to use mac-latest
- [NXDRIVE-2932] (https://jira.nuxeo.com/browse/NXDRIVE-2932): Fix Microsoft Visual Studio issue
- [NXDRIVE-2938] (https://jira.nuxeo.com/browse/NXDRIVE-2938): Update token for codecov

## Tests

Expand Down

0 comments on commit 9656590

Please sign in to comment.