Skip to content

Commit 36bc17b

Browse files
authored
ci: codecov upload issue (#137)
1 parent d5f551e commit 36bc17b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-code-and-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
needs:
3636
- lint-format-test
3737
steps:
38+
# The checkout step should not be necessary but adding to work around CodeCov upload issue
39+
# see: https://github.com/codecov/codecov-action/issues/1801
40+
- uses: actions/checkout@v4
3841
- name: Fetch code coverage artifact
3942
uses: actions/download-artifact@v4
4043
with:

0 commit comments

Comments
 (0)