Skip to content

Commit

Permalink
chore: remove IT coverage (#2457)
Browse files Browse the repository at this point in the history
## Proposed change

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

<!-- * 🐛 Fix #issue -->
* 🐛 Fix resolves #2455
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Nov 14, 2024
2 parents e45801e + d197e1c commit 0042a21
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,7 @@ jobs:
shell: bash
- name: Test
id: it-tests
run: yarn test-int --collectCoverage
# TODO: re-activate IT coverage publishing when #2455 is fixed
# - name: Upload results to Codecov
# uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
# with:
# flags: integration
# token: ${{ secrets.CODECOV_TOKEN }}
run: yarn test-int
- name: Zip generated app on failure
if: failure() && steps.it-tests.conclusion == 'failure'
run: |
Expand Down

0 comments on commit 0042a21

Please sign in to comment.