Skip to content

Commit

Permalink
Undo retries
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jan 25, 2025
1 parent 2d35e2c commit 6f7bfc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .github/actions/upload-codecov/action.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
- name: Run unit tests
run: make test-ci

- name: upload code coverage
uses: ./.github/actions/upload-codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
files: coverage.txt
flags: unittests
slug: jaegertracing/jaeger-idl
verbose: true
fail_ci_if_error: true
token: 95fab3d9-8038-40ba-ac56-0d8bd91390a4

test-code-gen:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f7bfc1

Please sign in to comment.