f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Adding ArgParser Tests #647

Closed memorisecodead closed 1 year ago

memorisecodead commented 1 year ago

Conclusions on reserch coverage of the remaining 30 percent: there are methods on the ArgParser.hpp side that take other data types, the example parse_args can take a vector of strings, when in our variant we specifically parse arguments via argc and argv. Consequently, covering the other 30 percent is not a possibility, based on the implementation. Maybe I haven't considered something, I'm waiting for your thoughts on this.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication