Skip to content

[feature] Fix #1095 #1104 Implement full IPv4 header and fragmentation #815

[feature] Fix #1095 #1104 Implement full IPv4 header and fragmentation

[feature] Fix #1095 #1104 Implement full IPv4 header and fragmentation #815

Workflow file for this run

on:
pull_request:
merge_group:
name: Coverage
jobs:
coverage:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install `cargo llvm-cov`
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run Coverage
run: ./ci.sh coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: false