Skip to content

Commit

Permalink
Merge pull request #6048 from StackStorm/ci/remove-orquesta-codecov
Browse files Browse the repository at this point in the history
Remove unused codecov for Orquesta integration tests
  • Loading branch information
arm4b committed Oct 24, 2023
2 parents 7a84658 + a2a446c commit 8f6cb46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/orquesta-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:

env:
TASK: '${{ matrix.task }}'
PYTHON_VERSION_SHORT: '${{ matrix.python-version-short }}'
NODE_TOTAL: '${{ matrix.nosetests_node_total }}'
NODE_INDEX: '${{ matrix.nosetests_node_index }}'

Expand Down Expand Up @@ -224,13 +223,6 @@ jobs:
with:
name: logs
path: logs/
- name: Codecov
# NOTE: We only generate and submit coverage report for master and version branches and only when the build succeeds (default on GitHub Actions, this was not the case on Travis so we had to explicitly check success)
if: "${{ success() && (env.ENABLE_COVERAGE == 'yes') && (env.PYTHON_VERSION_SHORT == '3.8')}}"
run: |
./scripts/ci/submit-codecov-coverage.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Compress Service Logs Before upload
if: ${{ failure() }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Fixed

* Avoid logging sensitive information in debug (fix #5977)

* Fix codecov for intergration and unit tests stackstorm/st2 (#6035 and #6046)
* Fix codecov failures for stackstorm/st2 tests. #6035, #6046, #6048

Added
~~~~~
Expand Down

0 comments on commit 8f6cb46

Please sign in to comment.