From 313e65f511958aaa07e29f40e739aa97351daf7f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 22 Dec 2024 04:47:03 +1100 Subject: [PATCH] save --- .github/workflows/test.yml | 24 +----------------------- Tests/test_file_avif.py | 1 + 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b37e506478e..925a99bc5f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/Tests/test_file_avif.py b/Tests/test_file_avif.py index aa523a8c3bb..c615a75bd48 100644 --- a/Tests/test_file_avif.py +++ b/Tests/test_file_avif.py @@ -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 )