Skip to content

Commit f9a2849

Browse files
committed
fix gradle workflow typo
1 parent a84b68e commit f9a2849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
3838
- name: Codecov
39-
- uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v4
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
files: ./build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml

0 commit comments

Comments
 (0)