mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 04:32:16 -05:00
Bump codacy/codacy-coverage-reporter-action from 0.2.0 to 1.0.1 (#1469)
Bumps [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action) from 0.2.0 to 1.0.1. - [Release notes](https://github.com/codacy/codacy-coverage-reporter-action/releases) - [Commits](https://github.com/codacy/codacy-coverage-reporter-action/compare/0.2.0...7f6973ee960ec2d617bc2b4e8224aaae69f85f76) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ca2e86c18
commit
b87e53122b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
# Codacy Coverage Report #
|
||||
##########################
|
||||
- name: Upload the code coverage report
|
||||
uses: codacy/codacy-coverage-reporter-action@0.2.0
|
||||
uses: codacy/codacy-coverage-reporter-action@1.0.1
|
||||
with:
|
||||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
coverage-reports: test/reports/cobertura/runTests.sh/cobertura.xml
|
||||
|
|
Loading…
Reference in a new issue