Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Jun 1, 2023
1 parent fe2aefb commit 62a056a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Note: We have disabled HADOLINT for now as we are getting an error: `qemu: uncau
[![Maintainability](https://api.codeclimate.com/v1/badges/52d516c2ad7c262adb37/maintainability)](https://codeclimate.com/github/RnDAO/tc-dbComm/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/52d516c2ad7c262adb37/test_coverage)](https://codeclimate.com/github/RnDAO/tc-dbComm/test_coverage)

## Schema for rawinfo

### Tests

The CI Pipeline uses the `test` target from the Dockerfile to run the tests. You can run it locally with the following command:
Expand All @@ -29,7 +27,9 @@ docker compose -f docker-compose.test.yml up --exit-code-from app --build

Note: This will create a /coverage folder where you can review the coverage details.

## Schema for rawinfo
## Schema

### rawinfo

```ts
rawinfo {
Expand All @@ -49,7 +49,7 @@ rawinfo {
}
```

### Schema for user
### user

```ts
User {
Expand All @@ -71,7 +71,7 @@ User {
}
```

### Schema for heatmap
### heatmap

```ts
HeatMap {
Expand All @@ -92,7 +92,7 @@ HeatMap {
}
```

### Schema for guildMembers
### guildMembers

```ts
GuildMember {
Expand All @@ -107,7 +107,7 @@ GuildMember {

```

### Schema for memberactivities
### memberactivities

```ts
memberactivities {
Expand All @@ -131,7 +131,7 @@ memberactivities {
}
```

### Schema for channels
### channels

```ts
Channels {
Expand All @@ -141,7 +141,7 @@ Channels {
}
```

### Schema for token
### token

```ts
Token {
Expand All @@ -153,7 +153,7 @@ Token {
}
```

### Schema for guild
### guild

```ts
Guild {
Expand Down

0 comments on commit 62a056a

Please sign in to comment.