Skip to content

Commit

Permalink
Debug coverage (microsoft#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Feb 6, 2024
1 parent 82e2559 commit 1cf8601
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,6 @@ jobs:
with:
name: coverage_minimum
path: coverage.xml
codecov:
name: codecov
runs-on: ubuntu-latest
needs: [latest, minimum]
steps:
- name: Clone repo
uses: actions/[email protected]
- name: Download coverage artifacts
uses: actions/[email protected]
- name: Report coverage
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
cancel-in-progress: true

0 comments on commit 1cf8601

Please sign in to comment.