From b87e53122b0b212fc7eec8b03c6a806f0dfaee4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:14:12 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-DEV.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index e8667d12..92870b41 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -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