mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
MSRV 1.68 (#328)
This commit is contained in:
11
.github/workflows/coverage.yml
vendored
11
.github/workflows/coverage.yml
vendored
@ -1,7 +1,8 @@
|
||||
name: Coverage
|
||||
|
||||
on:
|
||||
push: { branches: [master] }
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
permissions: { contents: read }
|
||||
|
||||
@ -24,8 +25,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust (nightly)
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with: { toolchain: nightly }
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
|
||||
with:
|
||||
toolchain: nightly
|
||||
|
||||
- name: Generate coverage file
|
||||
run: |
|
||||
@ -34,4 +36,5 @@ jobs:
|
||||
|
||||
- name: Upload to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with: { file: cobertura.xml }
|
||||
with:
|
||||
file: cobertura.xml
|
||||
|
Reference in New Issue
Block a user