File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 directory : /
1010 schedule :
1111 interval : " weekly"
12+ cooldown :
13+ default-days : 7
1214 groups :
1315 actions :
1416 patterns :
@@ -17,6 +19,8 @@ updates:
1719 directory : /
1820 schedule :
1921 interval : " weekly"
22+ cooldown :
23+ default-days : 7
2024 ignore :
2125 - dependency-name : bitfield-struct
2226 versions : ['>=0.10.0']
@@ -28,6 +32,8 @@ updates:
2832 directory : /
2933 schedule :
3034 interval : " weekly"
35+ cooldown :
36+ default-days : 7
3137 ignore :
3238 - dependency-name : opengpio
3339 versions : ['>=2.0.0']
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ permissions: {}
3636
3737jobs :
3838 release-version-bump :
39+ environment :
40+ name : deployment-staging
3941 runs-on : ubuntu-latest
4042 steps :
4143 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 RUSTUP_IO_THREADS : 1
140140 with :
141141 operating_system : freebsd
142- version : ' 14.2 '
142+ version : ' 15.0 '
143143 memory : 8G
144144 cpu_count : 3
145145 environment_variables : DEBUG RUSTUP_IO_THREADS
Original file line number Diff line number Diff line change 5454 run : nur test --profile ci
5555 - name : Generate coverage reports
5656 run : nur test lcov
57+ - name : Upload coverage as artifact
58+ uses : actions/upload-artifact@v7
59+ with :
60+ path : lcov.info
61+ name : lcov.info
62+
63+ coverage :
64+ needs : test
65+ runs-on : ubuntu-latest
66+ environment :
67+ name : test-coverage
68+ url : https://app.codecov.io/gh/nRF24/rf24-rs
69+ steps :
70+ - name : Download coverage artifact
71+ uses : actions/download-artifact@v8
72+ with :
73+ name : lcov.info
5774 - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
5875 if : github.repository == 'nRF24/rf24-rs'
76+ id : codecov
5977 with :
6078 token : ${{ secrets.CODECOV_TOKEN }}
6179 files : lcov.info
Original file line number Diff line number Diff line change 3838 },
3939 "license" : " MIT" ,
4040 "devDependencies" : {
41- "@napi-rs/cli" : " 3.4 .1" ,
42- "@types/node" : " 24.10.1 " ,
43- "prettier" : " 3.6.2 "
41+ "@napi-rs/cli" : " 3.5 .1" ,
42+ "@types/node" : " 25.3.5 " ,
43+ "prettier" : " 3.8.1 "
4444 },
4545 "engines" : {
4646 "node" : " >= 10.16.0 < 11 || >= 11.8.0 < 12 || >= 12.0.0"
Original file line number Diff line number Diff line change 2222 - cdylib
2323 - clippy
2424 - codecov
25+ - cooldown
2526 - corepack
2627 - crossrefs
2728 - datasheet
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 0.1.0" ,
55 "devDependencies" : {
6- "typedoc" : " 0.28.14 " ,
6+ "typedoc" : " 0.28.17 " ,
77 "typescript" : " 5.9.3"
88 },
99 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 0.1.0" ,
55 "devDependencies" : {
6- "oxlint" : " 1.28 .0" ,
7- "prettier" : " 3.6.2 " ,
6+ "oxlint" : " 1.51 .0" ,
7+ "prettier" : " 3.8.1 " ,
88 "typescript" : " 5.9.3"
99 },
1010 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments