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

ci: Add tags to codecov reports #121

Merged
merged 5 commits into from
Nov 29, 2022
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
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- go/**
- .github/workflows/go.yml
push:
branches:
- master
Expand Down Expand Up @@ -58,5 +59,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: go/coverage.txt
flags: go
fail_ci_if_error: true

2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- rust/**
- .github/workflows/rust.yml
push:
branches:
- master
Expand Down Expand Up @@ -97,4 +98,5 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: rust/lcov.info
flags: rust
fail_ci_if_error: true
1 change: 1 addition & 0 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- js/**
- .github/workflows/typescript.yml
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ format:
$(golangci_lint_cmd) run --fix

.PHONY: format

1 change: 1 addition & 0 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ Unless you modify the protobuf file, you can ignore this step.
## MSRV

The minimum supported Rust version (MSRV) is 1.56.1.