Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
badges: update
Browse files Browse the repository at this point in the history
mysiar committed May 22, 2024
1 parent cc7bbcf commit ecd908e
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .octocov.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,12 @@ report:
datastores:
- artifact://${GITHUB_REPOSITORY}
codeToTestRatio:
codeToTestRatio:
code:
- '**/*.go'
- '!**/*_test.go'
test:
- '**/*_test.go'
badge:
path: docs/ratio.svg
testExecutionTime:
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
[![Gosec](https://github.com/mysiar-org/go_sql_raw/actions/workflows/gosec.yml/badge.svg)](https://github.com/mysiar-org/go_sql_raw/actions/workflows/gosec.yml)

![coverage](docs/coverage.svg) ![coverage](docs/ratio.svg) ![coverage](docs/time.svg)

The main reason that this module has been created was generic querying database without knowing table structure.

## How to use it

0 comments on commit ecd908e

Please sign in to comment.