Skip to content

Commit

Permalink
revert error, remove ne workflow step again
Browse files Browse the repository at this point in the history
  • Loading branch information
schuenke committed Feb 3, 2025
1 parent 13e3046 commit 72c4d31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,6 @@ jobs:
pytest-coverage-path: pytest-coverage.txt
junitxml-path: pytest.xml

- name: Post Failure Comment if Coverage Comment failed
# if there is no data the comment action does not fail but has an empty output
if: steps.coverageComment.outputs.coverageHtml == ''
uses: edumserrano/find-create-or-update-comment@v3
with:
issue-number: ${{ github.event.workflow_run.event.pull_request.number }}
# see https://github.com/MishaKav/pytest-coverage-comment/blob/81882822c5b22af01f91bd3eacb1cefb6ad73dc2/src/index.js#L97
# for the generation of the unique id for comment
# in this particular case, there is no additional watermarkUniqueId
body-includes: "<!-- Pytest Coverage Comment: ${{ github.job }} -->"
comment-author: "github-actions[bot]"
body: |
<!-- Pytest Coverage Comment: ${{ github.job }} -->
### :x: PyTest Coverage Report was not found
Check the PyTest Workflow
edit-mode: replace

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

Expand Down
1 change: 0 additions & 1 deletion tests/test_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def test_gradient_continuity1():
seq.add_block(gx_trap)
seq.add_block(gx_extended)
seq.add_block(gx_trap)
assert False


def test_gradient_continuity2():
Expand Down

0 comments on commit 72c4d31

Please sign in to comment.