disable improperly configured codacy coverage reporting
parent
cfc97e0ce2
commit
ecd39743ab
|
@ -13,13 +13,13 @@ jobs:
|
||||||
- name: Run Codacy Analysis CLI
|
- name: Run Codacy Analysis CLI
|
||||||
uses: codacy/codacy-analysis-cli-action@master
|
uses: codacy/codacy-analysis-cli-action@master
|
||||||
|
|
||||||
codacy-coverage-reporter:
|
# codacy-coverage-reporter:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
name: codacy-coverage-reporter
|
# name: Codacy Coverage Reporter
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Run codacy-coverage-reporter
|
# - name: Run codacy-coverage-reporter
|
||||||
uses: codacy/codacy-coverage-reporter-action@v1
|
# uses: codacy/codacy-coverage-reporter-action@v1
|
||||||
with:
|
# with:
|
||||||
api-token: ${{ secrets.CODACY_API_TOKEN }}
|
# api-token: ${{ secrets.CODACY_API_TOKEN }}
|
||||||
coverage-reports: cobertura.xml
|
# coverage-reports: cobertura.xml
|
||||||
|
|
Loading…
Reference in New Issue