Open-CMSIS-Pack / generator-bridge

Reference examples of a generator bridge. E.g. STCubeMX_Bridge
Apache License 2.0
2 stars 6 forks source link

Device generator i2c #29

Closed bgn42 closed 8 months ago

bgn42 commented 10 months ago

additional to deviceGenerator also read I2C filter configuration

github-actions[bot] commented 10 months ago

Test Results

  6 files  ±  0   54 suites  ±0   4s :stopwatch: -1s  96 tests + 25   96 :white_check_mark: + 25  0 :zzz: ±0  0 :x: ±0  576 runs  +150  576 :white_check_mark: +150  0 :zzz: ±0  0 :x: ±0 

Results for commit e193befd. ± Comparison against base commit e9f35b93.

This pull request removes 3 and adds 28 tests. Note that renamed tests count towards both. ``` github.com/open-cmsis-pack/generator-bridge/internal/common ‑ TestFoo github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ TestIniReader github.com/open-cmsis-pack/generator-bridge/internal/utils ‑ TestAddLine ``` ``` github.com/open-cmsis-pack/generator-bridge/cmd/commands ‑ Test_configureGlobalCmd github.com/open-cmsis-pack/generator-bridge/cmd/commands ‑ Test_configureGlobalCmd/test github.com/open-cmsis-pack/generator-bridge/cmd/commands ‑ Test_printVersionAndLicense github.com/open-cmsis-pack/generator-bridge/cmd/commands ‑ Test_printVersionAndLicense/test github.com/open-cmsis-pack/generator-bridge/internal/common ‑ TestReadYml github.com/open-cmsis-pack/generator-bridge/internal/common ‑ TestReadYml/test github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ ExamplePrintKeyValInt github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ ExamplePrintKeyValStr github.com/open-cmsis-pack/generator-bridge/internal/stm32CubeMX ‑ ExamplePrintKeyValStrs github.com/open-cmsis-pack/generator-bridge/internal/utils ‑ TestAddQuotes/test … ```

:recycle: This comment has been updated with latest results.

codeclimate[bot] commented 9 months ago

Code Climate has analyzed commit e193befd and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 36.5% (35% is the threshold).

This pull request will bring the total coverage in the repository to 34.4%.

View more on Code Climate.