testtrim 0.7.3

Intelligently select automated tests to run via code coverage analysis
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2024 Mathieu Fenniak <mathieu@fenniak.net>
//
// SPDX-License-Identifier: GPL-3.0-or-later

// generated by `sqlx migrate build-script`
fn main() {
    // trigger recompilation when a new migration is added
    println!("cargo:rerun-if-changed=./db/postgres/migrations");
}