Skip to content

[server] Re-enable swagger-ui #811 (#817) #370

[server] Re-enable swagger-ui #811 (#817)

[server] Re-enable swagger-ui #811 (#817) #370

Workflow file for this run

name: coverage
on:
push:
branches: ["main"]
paths:
- agdb/**
- agdb_derive/**
- agdb_server/**
env:
CARGO_TERM_COLOR: always
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@cargo-llvm-cov
- run: rustup component add llvm-tools-preview
- run: cargo llvm-cov --package agdb --package agdb_server --ignore-filename-regex "agdb(_derive|_benchmarks)|api.rs" --lcov --output-path lcov.info
- uses: codecov/codecov-action@v3
with:
files: lcov.info