Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tests #34

Merged
merged 2 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,6 @@ run-name: Triggered by ${{ github.event_name }} to ${{ github.ref }} by @${{ git
on: [push]

jobs:
go_unit_test:
runs-on: ubuntu-latest
name: unit
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.22.0'
- name: Install dependencies
run: |
go get .
- name: Run tests
run: |
make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.out
verbose: true

web_lint_check:
runs-on: ubuntu-latest
name: web lint
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![build](https://github.com/Gaucho-Racing/Sentinel/actions/workflows/build.yml/badge.svg)](https://github.com/Gaucho-Racing/Sentinel/actions/workflows/build.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/d64e59b0-b1eb-4668-a165-b4177a0fe6b6/deploy-status)](https://app.netlify.com/sites/gr-sentinel/deploys)
[![codecov](https://codecov.io/gh/Gaucho-Racing/Sentinel/graph/badge.svg?token=3X1TIS1C3X)](https://codecov.io/gh/Gaucho-Racing/Sentinel)
[![Docker Pulls](https://img.shields.io/docker/pulls/gauchoracing/sentinel?style=flat-square)](https://hub.docker.com/r/gauchoracing/sentinel)
[![Release](https://img.shields.io/github/release/gaucho-racing/sentinel.svg?style=flat-square)](https://github.com/gaucho-racing/sentinel/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
8 changes: 0 additions & 8 deletions codecov.yml

This file was deleted.

79 changes: 0 additions & 79 deletions database/db_test.go

This file was deleted.

23 changes: 0 additions & 23 deletions utils/config_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions utils/logger_test.go

This file was deleted.

66 changes: 0 additions & 66 deletions utils/roles_test.go

This file was deleted.

44 changes: 0 additions & 44 deletions utils/time_test.go

This file was deleted.

Loading