Skip to content

Commit

Permalink
Bump raw window handle to 0.6.0 (#4202)
Browse files Browse the repository at this point in the history
Co-authored-by: junglie85 <junglie85@gmail.com>
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
  • Loading branch information
3 people committed Oct 27, 2023
1 parent 2a9fdf9 commit 4c5a817
Show file tree
Hide file tree
Showing 20 changed files with 1,182 additions and 657 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,14 +441,17 @@ jobs:
**/*-difference.png
- name: generate coverage report
id: coverage
shell: bash
continue-on-error: true
run: |
set -e
cargo llvm-cov report --lcov --output-path lcov.info
- name: upload coverage report to codecov
uses: codecov/codecov-action@v3
if: steps.coverage.outcome == 'success'
with:
files: lcov.info

Expand Down
Loading

0 comments on commit 4c5a817

Please sign in to comment.