Skip to content

Commit

Permalink
update coverage report (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogacel authored Oct 13, 2023
1 parent c93bdf2 commit 01de3fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: General Pull Request
about: General template for PRs
assignees: Dogacel
---

## Changes
- Updated `Foo` to `Bar`

## Why
- Fixes #1

## Testing
- Added unit test `FooToBarTest`
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml/badge.svg)](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen/graph/badge.svg?token=6FE41BE2ZK)](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Generate kotlin data classes from `protobuf` files that supports _Kotlin Native_ that can be serialized and
deserialized to protobuf using [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization).
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
comment:
layout: "header, diff, flags, components, tree"
layout: "components, diff, files,"

component_management:
individual_components:
Expand Down

0 comments on commit 01de3fd

Please sign in to comment.