Skip to content

Commit

Permalink
Use latest to see if #1274 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Mar 12, 2024
1 parent 659283d commit e20f7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
name: coverage
- name: Upload coverage report
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action:latest
with:
fail_ci_if_error: true
files: coverage.cobertura.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
name: coverage
- name: Upload coverage report
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action:latest
with:
fail_ci_if_error: true
files: cobertura-coverage.xml
Expand Down

0 comments on commit e20f7dd

Please sign in to comment.