Skip to content

Commit

Permalink
build(build-test-deploy.yml): remove codecov upload for externals int…
Browse files Browse the repository at this point in the history
…egration tests
  • Loading branch information
Xunnamius committed Jan 5, 2021
1 parent eda277e commit 3fdd509
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
flags: unit
fail_ci_if_error: true

- name: Issue any codecov-related warnings
Expand Down Expand Up @@ -370,8 +369,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
# ? codecov-action requires access to git history
fetch-depth: 0
persist-credentials: false

- name: Reconfigure git auth
Expand Down Expand Up @@ -407,18 +404,6 @@ jobs:
MATRIX_NODE_VERSION: ${{ matrix.node }}
run: npm run test-integration-externals

- name: Attempt to upload coverage data to codecov
if: env.UPLOAD_CODE_COVERAGE == 'true'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
flags: externals
fail_ci_if_error: true

- name: Issue any codecov-related warnings
if: env.UPLOAD_CODE_COVERAGE != 'true'
run: echo '::warning::no code coverage data uploaded for this run'

test-integration-browser:
name: '[CI] test-integration-browser'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3fdd509

Please sign in to comment.