Skip to content

build(deps): bump @nuxt/image from 1.6.0 to 1.7.0 in /docs (#226) #64

build(deps): bump @nuxt/image from 1.6.0 to 1.7.0 in /docs (#226)

build(deps): bump @nuxt/image from 1.6.0 to 1.7.0 in /docs (#226) #64

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@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: hougesen/hitt