edgexfoundry / device-snmp-go

Owner: Device WG
Apache License 2.0
9 stars 35 forks source link

refactor!: Change configuration and device toml files to yaml #279

Closed marcpfuller closed 1 year ago

marcpfuller commented 1 year ago

BREAKING CHANGE: Configuration and device files now use yaml

closes:#278

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-snmp-go/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

Testing Instructions

  1. start edgex with no-secty
  2. run ./device-snmp -cp
  3. verify that configuration and device profiles has loaded
  4. run ./device-snmp -cp -o
  5. verify that configuration and device profiles has loaded

New Dependency Instructions (If applicable)

codecov-commenter commented 1 year ago

Codecov Report

Merging #279 (9025f3e) into main (224900f) will not change coverage. The diff coverage is 0.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@          Coverage Diff          @@
##            main    #279   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          2       2           
  Lines        200     200           
=====================================
  Misses       200     200           
Impacted Files Coverage Δ
internal/driver/snmpdriver.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.