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

test(edgesec): test "ATTACH" to ap server #473

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

aloisklink
Copy link
Contributor

Currently, only the OpenWRT test presets of edgesec sends an "ATTACH" command to the AP server, which is compiled with GCC.

This causes an issue with code-coverage, because this means that this branch is only covered by code compiled/tested with GCC, and not via LLVM/Clang. Testing this branch in Clang should hopefully fix this code-coverage issue.

Should hopefully fix #435.

Currently, only the OpenWRT test presets of OpenWRT sends an "ATTACH" command to the AP server, which is compiled with GCC.

This causes an issue with code-coverage, because this means that this branch is only covered by code compiled/tested with
GCC, and not via LLVM/Clang. Testing this branch in Clang
should fix this code-coverage issue.
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Merging #473 (16c0704) into main (39baecc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #473   +/-   ##
=======================================
  Coverage   53.48%   53.49%           
=======================================
  Files         144      144           
  Lines       19963    19964    +1     
=======================================
+ Hits        10678    10679    +1     
  Misses       9285     9285           
Impacted Files Coverage Δ
tests/test_edgesec.c 97.31% <100.00%> (+0.01%) ⬆️

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

@aloisklink aloisklink added this pull request to the merge queue Mar 3, 2023
Merged via the queue into main with commit c6898b7 Mar 3, 2023
@aloisklink aloisklink deleted the test/test-AP_COMMAND-attach-explicitly branch March 3, 2023 12:57
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.

tests/test_edgesec.c code-coverage is inconsistent
2 participants