Skip to content

Commit

Permalink
Add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
eciavatta committed Jul 28, 2021
1 parent 49f9a5f commit 7dd7120
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `caronte$`

[![Build Status](https://travis-ci.com/eciavatta/caronte.svg?branch=main)](https://travis-ci.com/eciavatta/caronte)
[![Docker Status](https://img.shields.io/docker/cloud/build/eciavatta/caronte)](https://hub.docker.com/r/eciavatta/caronte)
[![Test Status](https://github.com/eciavatta/caronte/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/eciavatta/caronte/actions/workflows/test.yml)
[![Deploy Status](https://github.com/eciavatta/caronte/actions/workflows/deploy.yml/badge.svg)](https://github.com/eciavatta/caronte/actions/workflows/deploy.yml)
[![codecov](https://codecov.io/gh/eciavatta/caronte/branch/develop/graph/badge.svg)](https://codecov.io/gh/eciavatta/caronte)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/009dca44f4da4118a20aed2b9b7610c0)](https://www.codacy.com/manual/eciavatta/caronte?utm_source=github.com&utm_medium=referral&utm_content=eciavatta/caronte&utm_campaign=Badge_Grade)
![GitHub release (latest by date)](https://img.shields.io/github/v/tag/eciavatta/caronte)
Expand Down Expand Up @@ -32,7 +32,7 @@ The connection flows are saved into a database and can be visualized with the we
- the performed searches are saved to be instantly repeated the following times
- the detected HTTP connections are automatically reconstructed
- HTTP requests can be replicated through `curl`, `fetch` and `python requests`
- compressed HTTP responses (gzip/deflate) are automatically decompressed
- compressed HTTP responses (gzip/deflate) are automatically decompressed
- ability to export and view the content of connections in various formats, including hex and base64
- JSON content is displayed in a JSON tree viewer, HTML code can be rendered in a separate window
- occurrences of matched rules are highlighted in the connection content view
Expand All @@ -52,7 +52,7 @@ The only things to do are:

### Manually installation
The first thing to do is to install the dependencies:
- go >= 1.14 [https://golang.org/doc/install](https://golang.org/doc/install)
- go >= 1.14 [https://golang.org/doc/install](https://golang.org/doc/install)
- node >= v12 [https://nodejs.org/it/download/](https://nodejs.org/it/download/)
- yarnpkg [https://classic.yarnpkg.com/en/docs/install/](https://classic.yarnpkg.com/en/docs/install/)
- hyperscan >= v5 [https://www.hyperscan.io/downloads/](https://www.hyperscan.io/downloads/)
Expand Down
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
comment: false

coverage:
status:
project: off
patch: off

0 comments on commit 7dd7120

Please sign in to comment.