-
Notifications
You must be signed in to change notification settings - Fork 7
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
mmyster/feature/functional tests #1020
Conversation
MMyster
commented
Sep 13, 2022
•
edited
Loading
edited
- ✅ (functional): add some test templates
Codecov Report
@@ Coverage Diff @@
## develop #1020 +/- ##
========================================
Coverage 96.00% 96.00%
========================================
Files 133 133
Lines 3178 3178
========================================
Hits 3051 3051
Misses 127 127 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
7ef5e3d
to
cd3cf75
Compare
fef74dd
to
d6ac5eb
Compare
This pull request introduces 3 alerts when merging cd3cf75 into fb30049 - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging cd3cf75 into fef74dd - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very interesting PR! 👍 I've made a lot of comments for small typos or naming and a few suggestions to improve the structure
This pull request introduces 3 alerts when merging c932135 into d6ac5eb - view on LGTM.com new alerts:
|
d6ac5eb
to
85fa678
Compare
c932135
to
6b3764f
Compare
This pull request introduces 3 alerts when merging 6b3764f into 85fa678 - view on LGTM.com new alerts:
|
85fa678
to
0fef3e2
Compare
6b3764f
to
b7d8e3c
Compare
This pull request introduces 3 alerts when merging b7d8e3c into 0fef3e2 - view on LGTM.com new alerts:
|
0fef3e2
to
c8b9b83
Compare
6b4d646
to
0ca2806
Compare
b7d8e3c
to
1599613
Compare
This pull request introduces 1 alert when merging 1599613 into 0ca2806 - view on LGTM.com new alerts:
|
45cffaf
to
0227940
Compare
0ca2806
to
542354b
Compare
542354b
to
fe75819
Compare
931ea58
to
e7be829
Compare
54810ed
to
79830ae
Compare
934eba6
to
3d4c1cf
Compare
3d4c1cf
to
44b1fa4
Compare
Kudos, SonarCloud Quality Gate passed! |
channel = 0x00; | ||
dac.write(channel, data); | ||
auto ret = dac.read(channel); | ||
expect(data == ret) << "Failed to read Channel A"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for precision, the string "Failed to read Channel A"
is only displayed if expect failed? It's the message error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is. But as I said, it is currently not functional. I was planning to take a look at it later or delete it by default.
CMD_FLASH = "openocd -f interface/stlink.cfg -c 'transport select hla_swd' -f target/stm32f7x.cfg -c 'program " + \ | ||
self.path+" 0x08000000' -c exit" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This script has a lot of operation and it's hard to review it in one review.
Just a comment for now, some information and command as CMD_FLASH
should have same source.
closed by #1079 |