Skip to content

Commit

Permalink
Upload comparison images
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jun 5, 2023
1 parent 731e02d commit b3cee92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@ jobs:
WGPU_BACKEND=$backend cargo llvm-cov --no-cfg-coverage nextest -p wgpu -p wgpu-types -p wgpu-hal -p wgpu-core -p player --no-fail-fast --no-report
done
- uses: actions/upload-artifact@v3
with:
name: comparison-images
path: |
**/-actual.png
**/-difference.png
- name: generate coverage report
shell: bash
run: |
Expand Down

0 comments on commit b3cee92

Please sign in to comment.