Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Mar 29, 2024
1 parent 110edc2 commit bdade18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: build and test

on:
push:
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
command: test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Crates.io](https://img.shields.io/crates/v/database-reflection?color=4d76ae)](https://crates.io/crates/database-reflection)
[![API](https://docs.rs/database-reflection/badge.svg)](https://docs.rs/database-reflection)
[![dependency status](https://deps.rs/repo/github/iganev/database-reflection/status.svg)](https://deps.rs/repo/github/iganev/database-reflection)
[![Build and Test](https://github.com/iganev/database-reflection/actions/workflows/rust.yml/badge.svg)](https://github.com/iganev/database-reflection/actions/workflows/rust.yml)
[![build and test](https://github.com/iganev/database-reflection/actions/workflows/rust.yml/badge.svg)](https://github.com/iganev/database-reflection/actions/workflows/rust.yml)
[![codecov](https://codecov.io/github/iganev/database-reflection/graph/badge.svg?token=B5P2TAV5BB)](https://codecov.io/github/iganev/database-reflection)

# database-reflection
Expand Down Expand Up @@ -46,4 +46,4 @@ Note: `connection_str` is a standard DSN.

## License

This library (database-reflection) is open sourced under the MIT License.
This library (database-reflection) is open sourced under the MIT License.

0 comments on commit bdade18

Please sign in to comment.