fix: code coverage pr check removed
This commit is contained in:
20
.github/workflows/pr_checks.yml
vendored
20
.github/workflows/pr_checks.yml
vendored
@ -42,23 +42,3 @@ jobs:
|
||||
with:
|
||||
path: ./**/build/reports/jacoco
|
||||
key: ${{ runner.os }}-unit-${{ env.GITHUB_SHA }}
|
||||
upload-code-coverage:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- unit
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache Coverage Results
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ./**/build/reports/jacoco
|
||||
key: ${{ runner.os }}-unit-${{ env.GITHUB_SHA }}
|
||||
- name: Cache Coverage Results
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ./**/build/reports/jacoco
|
||||
key: ${{ runner.os }}-integration-${{ env.GITHUB_SHA }}
|
||||
- name: Publish code coverage to Codacy
|
||||
uses: codacy/codacy-coverage-reporter-action@v1
|
||||
with:
|
||||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
|
Reference in New Issue
Block a user