Skip to content

Commit

Permalink
melhorias
Browse files Browse the repository at this point in the history
ajustes de branch e readme
  • Loading branch information
fonteeboa committed Dec 2, 2023
1 parent d3d4a9b commit de59141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go Unit Tests

on:
push:
branches: [ main ] # Executar quando ocorrer push na branch main
branches: [ "master" ]
pull_request:
branches: [ main ] # Executar quando houver pull request na branch main
branches: [ "master" ]

jobs:
test:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21' # Usar a versão mais recente da série 1.21 do Go
go-version: '1.21'

- name: Run unit tests
run: go test -v ./... # Comando para executar os testes unitários
run: go test -v ./...
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@

<p align="center"> <strong>Open-Source Logger Assistant</strong> </p>

[![test status](https://github.com/fonteeboa/go-log-guardian/workflows/tests/badge.svg?branch=master "test status")](https://github.com/fonteeboa/go-log-guardian/actions)
[![link to main GitHub showing tests result](https://img.shields.io/github/stars/fonteeboa/go-log-guardian?style=social)](https://github.com/fonteeboa/go-log-guardian)
[![link to main GitHub showing Stars number](https://img.shields.io/github/stars/fonteeboa/go-log-guardian?style=social)](https://github.com/fonteeboa/go-log-guardian)
[![link to license file](https://img.shields.io/github/license/fonteeboa/go-log-guardian)](https://github.com/fonteeboa/go-log-guardian/blob/main/LICENSE)
[![link to Go version](https://img.shields.io/github/go-mod/go-version/fonteeboa/go-log-guardian)](https://img.shields.io/github/go-mod/go-version/fonteeboa/go-log-guardian)


# go-log-guardian


[![link to Go version](https://img.shields.io/github/go-mod/go-version/fonteeboa/go-log-guardian)](https://img.shields.io/github/go-mod/go-version/fonteeboa/go-log-guardian)

O Log Guardian é uma biblioteca desenvolvida para padronizar e gerenciar logs de maneira eficiente e organizada em sistemas vizando a importância da tradução para o usuário final. Com a flexibilidade de lidar com diferentes tipos de logs, esta biblioteca proporciona uma estrutura consistente para a geração e gerenciamento de logs gerais e específicos, permitindo a integração com diferentes sistemas.

Expand Down

0 comments on commit de59141

Please sign in to comment.