diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 37559f8..ee83060 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -42,27 +42,6 @@ jobs: run: | pytest --cov soft_solar_router/application soft_solar_router/ - - name: Coverage Badge - uses: tj-actions/coverage-badge-py@v2 + - - name: Verify Changed files - uses: tj-actions/verify-changed-files@v16 - id: verify-changed-files - with: - files: coverage.svg - - - name: Commit files - if: steps.verify-changed-files.outputs.files_changed == 'true' - run: | - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git add coverage.svg - git commit -m "Updated coverage.svg" - - - name: Push changes - if: steps.verify-changed-files.outputs.files_changed == 'true' - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.github_token }} - branch: ${{ github.ref }} - \ No newline at end of file +