Skip to content

chore(deps): bump toml from 1.1.2+spec-1.1.0 to 1.1.3+spec-1.1.0 (#411) #759

chore(deps): bump toml from 1.1.2+spec-1.1.0 to 1.1.3+spec-1.1.0 (#411)

chore(deps): bump toml from 1.1.2+spec-1.1.0 to 1.1.3+spec-1.1.0 (#411) #759

Workflow file for this run

name: Code coverage
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
generate-coverage:
runs-on: ubuntu-24.04
steps:
- name: Rust nightly
run: |
rustup default nightly
rustup component add llvm-tools-preview
- uses: actions/checkout@v7
with:
lfs: true
- name: Install just
uses: extractions/setup-just@v4
- name: Install grcov
run: |
sudo apt update
sudo apt install -y grcov
- name: Install just
uses: extractions/setup-just@v4
- name: Generate coverage
run: just coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/debug/coverage/byte-knight.lcov