Skip to content

Commit

Permalink
Remove codecov upload given caveats on codecov/codecov-action action
Browse files Browse the repository at this point in the history
- See rancher#11106 for details
  • Loading branch information
richard-cox committed May 23, 2024
1 parent 0a03a0c commit fffa4e3
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,32 +175,6 @@ jobs:
- name: Run tests
uses: ./.github/actions/lint

coverage:
runs-on: ubuntu-latest
needs:
- unit-test
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1

- uses: actions/setup-node@v3
with:
node-version: '14.x'

- name: Download Coverage Artifacts
uses: actions/download-artifact@v3
with:
name: ${{github.run_number}}-${{github.run_attempt}}-coverage

- name: Upload unit test coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
files: ./coverage/coverage-unit.json
fail_ci_if_error: false

check-e2e-tags:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fffa4e3

Please sign in to comment.