Skip to content

Commit

Permalink
update codecov action and add zipkin coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Dec 28, 2021
1 parent 0df19fd commit eef2d6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
name: Deps
- run: mix test --cover
name: ExUnit
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
if: ${{ always() }}
with:
file: apps/opentelemetry_api/coverage.xml
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,30 @@ jobs:
- name: Covertool
if: ${{ always() }}
run: rebar3 covertool generate
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
if: ${{ always() }}
with:
file: _build/test/covertool/opentelemetry.covertool.xml
env_vars: OTP_VERSION
flags: sdk,erlang
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
if: ${{ always() }}
with:
file: _build/test/covertool/opentelemetry_api.covertool.xml
env_vars: OTP_VERSION
flags: api,erlang
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
if: ${{ always() }}
with:
file: _build/test/covertool/opentelemetry_exporter.covertool.xml
env_vars: OTP_VERSION
flags: exporter,erlang
- uses: codecov/codecov-action@v2
if: ${{ always() }}
with:
file: _build/test/covertool/opentelemetry_zipkin.covertool.xml
env_vars: OTP_VERSION
flags: zipkin,erlang
dialyzer:
name: Dialyze on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit eef2d6e

Please sign in to comment.