Skip to content

Commit

Permalink
cleanup otlp/internal package (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chameleon82 committed Aug 30, 2023
1 parent 6d46b0e commit 601dd56
Show file tree
Hide file tree
Showing 21 changed files with 1,705 additions and 68 deletions.
17 changes: 17 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 1
round: down
range: "70...100"
status:
project:
default:
target: auto
threshold: 0.5%

comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: yes
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
cache-dependency-path: "**/go.sum"
- name: Run coverage tests
run: |
make test-coverage
make test-coverage
- name: Upload coverage reports to codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- opentelemetry update to 1.17.0
- `github.com/golang/protobuf/proto` replaced with `google.golang.org/protobuf`
- `otlp/internal` package moved to `otlp/otlplogs/internal`
- more unit tests added

## [v0.1.2] 2023-08-05

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OpenTelemetry-Logs-Go

[![Go Reference](https://pkg.go.dev/badge/github.com/agoda-com/opentelemetry-logs-go.svg)](https://pkg.go.dev/github.com/agoda-com/opentelemetry-logs-go)
[![codecov](https://codecov.io/github/agoda-com/opentelemetry-logs-go/graph/badge.svg?token=F1NW0R0W75)](https://codecov.io/github/agoda-com/opentelemetry-logs-go)

OpenTelemetry-Logs-Go is the [Go](https://golang.org) implementation of [OpenTelemetry](https://opentelemetry.io/) Logs.
It provides API to directly send logging data to observability platforms. It is an extension of official
Expand Down
File renamed without changes.
Loading

0 comments on commit 601dd56

Please sign in to comment.