Skip to content

build(deps): bump reqwest from 0.12.9 to 0.12.12 (#421) #281

build(deps): bump reqwest from 0.12.9 to 0.12.12 (#421)

build(deps): bump reqwest from 0.12.9 to 0.12.12 (#421) #281

Workflow file for this run

name: coverage
on:
push:
branches: [main]
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --locked --lcov --output-path lcov.info
- name: Upload code coverage
uses: codecov/codecov-action@v5
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: hougesen/hitt