mirror of https://github.com/tracel-ai/burn.git
[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:
parent
188b619002
commit
32bd8792cc
|
@ -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"
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue