Klebert-Engineering / simfil

The Simple Map Filter Language Interpreter 🌳.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Do not use reinterpret_cast for downcasting #85

Closed johannes-wolf closed 4 months ago

johannes-wolf commented 4 months ago

Using reinterpret_cast for down-casts should never be done.

github-actions[bot] commented 4 months ago

Test Results

 1 files  Β±0   1 suites  Β±0   3m 5s :stopwatch: -1s 34 tests Β±0  34 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  35 runsβ€Š Β±0  35 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit 0660a5ad. ± Comparison against base commit afa14011.

:recycle: This comment has been updated with latest results.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
6 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 4 months ago
Package Line Rate Branch Rate Health
include.simfil 61% 43% βž–
include.simfil.model 87% 61% βœ”
src 73% 42% βž–
src.model 81% 47% βœ”
Summary 74% (2056 / 2787) 43% (1652 / 3819) βž–

Minimum allowed line rate is 50%