Skip to content

build(deps): bump @nuxt/image from 1.8.1 to 1.9.0 in /docs (#433) #290

build(deps): bump @nuxt/image from 1.8.1 to 1.9.0 in /docs (#433)

build(deps): bump @nuxt/image from 1.8.1 to 1.9.0 in /docs (#433) #290

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