Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshadhin committed Dec 12, 2022
1 parent 49d2849 commit 4128fe1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
flags: unittests
name: codecov-umbrella
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
sudo systemctl start mysql.service
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_MYSQL_USER }} -p${{ env.DB_MYSQL_PASSWORD }}
sed -i 's/toor/root/g' it/mysql/config.yml # override config
sed -i 's/dev/root/g' it/mysql/config.yml # override config
- name: Set up PostgreSQL
run: |
sudo systemctl start postgresql.service
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ linters:
- whitespace

issues:
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
- path: _test\.go
linters:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
[![](https://img.shields.io/badge/Go-1.19-00ADD8?style=flat&logo=go)](https://golang.org/doc/go1.19)
[![build](https://github.com/hrshadhin/ot-recorder/actions/workflows/build.yml/badge.svg)](https://github.com/hrshadhin/ot-recorder/actions?query=workflow%3ABuild)
[![gosec](https://img.shields.io/github/workflow/status/hrshadhin/ot-recorder/Security?label=%F0%9F%94%91%20gosec&style=flat&color=75C46B)](https://github.com/hrshadhin/ot-recorder/actions?query=workflow%3ASecurity)

[//]: # ([![codecov](https://codecov.io/gh/hrshadhin/ot-recorder/branch/master/graph/badge.svg?token=N3JVSRO5NZ)](https://codecov.io/gh/hrshadhin/ot-recorder))
[![codecov](https://codecov.io/gh/hrshadhin/ot-recorder/branch/master/graph/badge.svg?token=LCSFDYZZGQ)](https://codecov.io/gh/hrshadhin/ot-recorder)
[![Go Report Card](https://goreportcard.com/badge/github.com/hrshadhin/ot-recorder)](https://goreportcard.com/report/github.com/hrshadhin/ot-recorder)

Store and access data published by OwnTracks apps in (postgres, mysql or sqlite) via REST API
Expand Down

0 comments on commit 4128fe1

Please sign in to comment.