Skip to content

Commit

Permalink
ci: Roll-back of codecov version due to issues with latest one. #395 (#…
Browse files Browse the repository at this point in the history
…1294)

Signed-off-by: Vasil Boyadzhiev <[email protected]>
  • Loading branch information
san-est authored Dec 4, 2024
1 parent 13496b3 commit 7157ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
working-directory: back-end

- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ jobs:
working-directory: front-end

- 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 }}

0 comments on commit 7157ac5

Please sign in to comment.