Skip to content

Commit cd6fd62

Browse files
committed
Update file(s) "/.github" from "ZigRazor/CXXGraph"
1 parent ed080d7 commit cd6fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Code_Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ${{github.workspace}}/build/test
5050
run: lcov --capture --directory .. --output-file coverage.info
5151

52-
- uses: codecov/codecov-action@v5.1.1
52+
- uses: codecov/codecov-action@v5.1.2
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
file: ${{github.workspace}}/build/test/coverage.info # optional

0 commit comments

Comments
 (0)