Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 21, 2024
1 parent fc27c58 commit 313e65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,28 +119,6 @@ jobs:
- name: Upload errors
uses: actions/upload-artifact@v4
if: failure()
with:
name: errors
path: Tests/errors

- name: After success
run: |
.ci/after_success.sh
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}

success:
permissions:
contents: none
needs: build
runs-on: ubuntu-latest
name: Test Successful
steps:
- name: Success
run: echo Test Successful
path: out.png
1 change: 1 addition & 0 deletions Tests/test_file_avif.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def test_read(self) -> None:

# generated with:
# avifdec hopper.avif hopper_avif_write.png
image.save("out.png")
assert_image_similar_tofile(
image, "Tests/images/avif/hopper_avif_write.png", 11.5
)
Expand Down

0 comments on commit 313e65f

Please sign in to comment.