Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI - (mbed-os): Add workflow to analyse bin & map files when upgrading mbed-os #189

Merged
merged 1 commit into from
Mar 21, 2021

Conversation

ladislas
Copy link
Member

When upgrading mbed os, the following workflow does the following:

  • build LekaOS, spikes, tests, libs & drivers with the current and the
    upgrade version
  • compare bin files to spot differences
  • compare memmap output to highlight size differences

The workflow does not check if "it works", it just tells where the
differences are so that a team meber can investigate further

@ladislas ladislas force-pushed the ladislas/feature/ci-mbed-upgrade-workflow branch from 3af39e4 to eb729db Compare March 21, 2021 14:16
@codecov
Copy link

codecov bot commented Mar 21, 2021

Codecov Report

Merging #189 (eb729db) into develop (8b86bda) will not change coverage.
The diff coverage is n/a.

❗ Current head eb729db differs from pull request most recent head fe9990c. Consider uploading reports for the commit fe9990c to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #189   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          215       215           
=========================================
  Hits           215       215           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b86bda...fe9990c. Read the comment docs.

…bed-os

When upgrading mbed os, the following workflow does the following:

- build LekaOS, spikes, tests, libs & drivers with the current and the
  upgrade version
- compare bin files to spot differences
- compare memmap output to highlight size differences

The workflow does not check if "it works", it just tells where the
differences are so that a team meber can investigate further
@ladislas ladislas force-pushed the ladislas/feature/ci-mbed-upgrade-workflow branch from eb729db to fe9990c Compare March 21, 2021 14:27
@leka leka deleted a comment from github-actions bot Mar 21, 2021
@codeclimate
Copy link

codeclimate bot commented Mar 21, 2021

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

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

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@ladislas ladislas merged commit 40af827 into develop Mar 21, 2021
@ladislas ladislas deleted the ladislas/feature/ci-mbed-upgrade-workflow branch March 24, 2021 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant