File tree Expand file tree Collapse file tree 6 files changed +15
-9
lines changed
Expand file tree Collapse file tree 6 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 6060 RUSTFLAGS : -Cinstrument-coverage
6161 RUSTDOCFLAGS : -Cinstrument-coverage
6262 run : |
63+ cargo test --workspace
6364 cargo test --workspace --all-features
6465
6566 - name : Produce coverage info
Original file line number Diff line number Diff line change 55[ ![ ci] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml )
66[ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_embedded.svg )] ( https://crates.io/crates/postgresql_embedded )
77[ ![ Documentation] ( https://docs.rs/postgresql_embedded/badge.svg )] ( https://docs.rs/postgresql_embedded )
8+ [ ![ Code Coverage] ( https://codecov.io/gh/theseus-rs/postgresql-embedded/branch/main/graph/badge.svg )] ( https://codecov.io/gh/theseus-rs/postgresql-embedded )
89[ ![ License] ( https://img.shields.io/crates/l/postgresql_embedded )] ( https://github.com/theseus-rs/postgresql-embedded#license )
910[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
1011
Original file line number Diff line number Diff line change 11# PostgreSQL Archive
22
33[ ![ ci] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml )
4- [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_archive.svg )] ( https://crates.io/crates/postgresql_embedded )
4+ [ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_archive.svg )] ( https://crates.io/crates/postgresql_archive )
55[ ![ Documentation] ( https://docs.rs/postgresql_archive/badge.svg )] ( https://docs.rs/postgresql_archive )
6+ [ ![ Code Coverage] ( https://codecov.io/gh/theseus-rs/postgresql-embedded/branch/main/graph/badge.svg )] ( https://codecov.io/gh/theseus-rs/postgresql-embedded )
67[ ![ License] ( https://img.shields.io/crates/l/postgresql_archive? )] ( https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_archive#license )
78[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
89
Original file line number Diff line number Diff line change 11//! # postgresql_archive
22//!
3- //! [](http://crates.io/crates/postgresql_archive)
4- //! [](https://docs.rs/postgresql_archive)
5- //! [](http://crates.io/crates/postgresql_archive)
6- //! [](https://github.com/theseus-rs/postgresql_embedded/blob/main/postgresql_archive/LICENSE)
3+ //! [](https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml)
4+ //! [](https://crates.io/crates/postgresql_archive)
5+ //! [](https://docs.rs/postgresql_archive)
6+ //! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
7+ //! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_archive#license)
78//! [](https://semver.org/spec/v2.0.0.html)
89//!
910//! Retrieve and extract PostgreSQL on Linux, MacOS or Windows.
Original file line number Diff line number Diff line change 33[ ![ ci] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml )
44[ ![ Latest version] ( https://img.shields.io/crates/v/postgresql_embedded.svg )] ( https://crates.io/crates/postgresql_embedded )
55[ ![ Documentation] ( https://docs.rs/postgresql_embedded/badge.svg )] ( https://docs.rs/postgresql_embedded )
6+ [ ![ Code Coverage] ( https://codecov.io/gh/theseus-rs/postgresql-embedded/branch/main/graph/badge.svg )] ( https://codecov.io/gh/theseus-rs/postgresql-embedded )
67[ ![ License] ( https://img.shields.io/crates/l/postgresql_embedded )] ( https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_embedded#license )
78[ ![ Semantic Versioning] ( https://img.shields.io/badge/%E2%9A%99%EF%B8%8F_SemVer-2.0.0-blue )] ( https://semver.org/spec/v2.0.0.html )
89
Original file line number Diff line number Diff line change 11//! # postgresql_embedded
22//!
3- //! [](http://crates.io/crates/postgresql_embedded)
4- //! [](https://docs.rs/postgresql_embedded)
5- //! [](http://crates.io/crates/postgresql_embedded)
6- //! [](https://github.com/theseus-rs/postgresql_embedded/blob/main/postgresql_embedded/LICENSE)
3+ //! [](https://github.com/theseus-rs/postgresql-embedded/actions/workflows/ci.yml)
4+ //! [](https://crates.io/crates/postgresql_embedded)
5+ //! [](https://docs.rs/postgresql_embedded)
6+ //! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
7+ //! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_embedded#license)
78//! [](https://semver.org/spec/v2.0.0.html)
89//!
910//! Install and run a PostgreSQL database locally on Linux, MacOS or Windows. PostgreSQL can be
You can’t perform that action at this time.
0 commit comments