Skip to content

Commit

Permalink
ci: Issues with codecov upload (#2684)
Browse files Browse the repository at this point in the history
* ci: Reverting codecov upload action to older more-stable version.

Signed-off-by: Vasil Boyadzhiev <[email protected]>

* ci: Fixing typo after replacing action version.

Signed-off-by: Vasil Boyadzhiev <[email protected]>

---------

Signed-off-by: Vasil Boyadzhiev <[email protected]>
  • Loading branch information
san-est authored Dec 3, 2024
1 parent 7865bc3 commit 0fb8903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: ${{ env.CG_EXEC }} task test:integration:codecov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info
Expand All @@ -152,7 +152,7 @@ jobs:
run: ${{ env.CG_EXEC }} task test:unit:codecov

- name: Upload @hashgraph/cryptography coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/cryptography/coverage/lcov.info
Expand All @@ -167,7 +167,7 @@ jobs:
run: ${{ env.CG_EXEC }} task test:unit:codecov

- name: Upload @hashgraph/sdk coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 0fb8903

Please sign in to comment.