Skip to content

Commit

Permalink
Renaming and removing coverage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Aug 21, 2024
1 parent 0b61861 commit 514eda0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/python-app.yaml → .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ jobs:
fail_ci_if_error: false
verbose: true

- name: Coverage comment
id: coverage_comment
if: ${{ matrix.os == env.DEFAULT_OS && matrix.python-version == env.DEFAULT_PYTHON }}
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}

- name: Store Pull Request comment to be posted
uses: actions/upload-artifact@v4
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
with:
name: python-coverage-comment-action
path: python-coverage-comment-action.txt

pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/coverage.yaml

This file was deleted.

0 comments on commit 514eda0

Please sign in to comment.