[CI] Fix codecov and update to weekly the `.dependabot` file for `cargo` (#1320)

* ci: Fix codecov

* ci: Add all dependencies to a dependabot group

* Update dependabot scheduling for cargo
This commit is contained in:
Luni-4 2024-02-20 14:44:44 +01:00 committed by GitHub
parent 188b619002
commit 32bd8792cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 19 deletions

View File

@ -9,22 +9,4 @@ updates:
- package-ecosystem: "cargo" - package-ecosystem: "cargo"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
# For each dependencies group, dependabot will open a PR containing
# the new versions available for that group.
groups:
# wgpu dependencies group
wgpu-dependencies:
patterns:
- "futures-intrusive"
- "pollster"
- "text_placeholder"
- "wgpu"
# wasm dependencies group
wasm-bindgen-dependencies:
patterns:
- "js-sys"
- "wasm-bindgen"
- "wasm-bindgen-futures"
- "wasm-logger"
- "wasm-timer"

View File

@ -262,6 +262,7 @@ jobs:
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
files: lcov.info files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
check-typos: check-typos:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04