File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- _commit : v1.6.14
1
+ _commit : v1.6.15
2
2
_src_path : https://github.com/serious-scaffold/ss-cpp
3
3
4
4
author_name : l.feng
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307
307
308
308
- name : Prepare for gcovr
309
309
run : |
310
- pip install gcovr==7 .2
310
+ pip install gcovr==8 .2
311
311
312
312
- name : Configure CMake
313
313
run : >
@@ -646,12 +646,16 @@ jobs:
646
646
run : cmake --build --preset=default --target ccov-all
647
647
648
648
- name : Upload coverage report
649
+ <<<<<<< before updating
649
650
uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
651
+ =======
652
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
653
+ >>>>>>> after updating
650
654
with :
651
655
token : ${{ secrets.CODECOV_TOKEN }}
652
656
fail_ci_if_error : true
653
657
disable_search : true
654
- file : ./out/build/default/code_coverage/coverage.info
658
+ files : ./out/build/default/code_coverage/coverage.info
655
659
verbose : true
656
660
657
661
Original file line number Diff line number Diff line change 19
19
RENOVATE_PLATFORM : github
20
20
RENOVATE_REPOSITORIES : ' ["${{ github.repository }}"]'
21
21
RENOVATE_REPOSITORY_CACHE : enabled
22
- image : ghcr.io/renovatebot/renovate:39.42 .4@sha256:c5d718e312cdacc0746e37f13c215ff498be28c51e50efd24c070ae29f5b636a
22
+ image : ghcr.io/renovatebot/renovate:39.57 .4@sha256:a1f28f4eba3589d4cf7228f82ba1bdcec42947407f9379d719c0f8a581c564f9
23
23
options : --user root
24
24
runs-on : ubuntu-24.04
25
25
steps :
Original file line number Diff line number Diff line change @@ -95,7 +95,11 @@ repos:
95
95
96
96
# Check for renovate config
97
97
- repo : https://github.com/renovatebot/pre-commit-hooks
98
+ <<<<<<< before updating
98
99
rev : 39.57.4
100
+ =======
101
+ rev : 39.59.0
102
+ >>>>>>> after updating
99
103
hooks :
100
104
- id : renovate-config-validator
101
105
stages : [manual]
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
3
3
"name" : " cppfront-practice" ,
4
4
"description" : " Practice based on cppfront" ,
5
- "builtin-baseline" : " 55dec59d05cd1731a06a832302e80f6105a3d482 " ,
5
+ "builtin-baseline" : " 20a72ce99b12dd0ebfea5d39f32681bd68b19d03 " ,
6
6
"homepage" : " https://github.com/msclock/cppfront-practice" ,
7
7
"dependencies" : [
8
8
" cppfront" ,
45
45
"registries" : [
46
46
{
47
47
"kind" : " git" ,
48
- "baseline" : " 9d739d71af31a73a6000fb1e64b7cca54a962439 " ,
48
+ "baseline" : " a1d862fc6df3883df4516ccdd0c204d14cf4dc64 " ,
49
49
"repository" : " https://github.com/msclock/cmake-registry" ,
50
50
"packages" : [
51
51
" cmake-modules" ,
You can’t perform that action at this time.
0 commit comments