chore: fix some typos (#1215)

Signed-off-by: yetyear <flite@outlook.com>
pull/1217/head
yeahyear 8 months ago committed by GitHub
parent c157cd9129
commit cb197b3334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 2
      lib/Echidna/Output/Source.hs

@ -238,7 +238,7 @@
* Prioritization to mutate each list of transactions from the corpus (#376, #395) * Prioritization to mutate each list of transactions from the corpus (#376, #395)
* Improved array generation using generic mutations (#357) * Improved array generation using generic mutations (#357)
* Multiple coverage tracking according to the result of a transaction (#369) * Multiple coverage tracking according to the result of a transaction (#369)
* Allow to control corpus mutation constans using a configuration file (#373) * Allow to control corpus mutation constants using a configuration file (#373)
## 1.4.0.1 ## 1.4.0.1
* HEVM updated to [af84e2ee0a0654fdaa91186384233cf1731ee7ce] * HEVM updated to [af84e2ee0a0654fdaa91186384233cf1731ee7ce]

@ -68,7 +68,7 @@ coverageFileExtension Txt = ".txt"
ppCoveredCode :: CoverageFileType -> SourceCache -> [SolcContract] -> CoverageMap -> IO Text ppCoveredCode :: CoverageFileType -> SourceCache -> [SolcContract] -> CoverageMap -> IO Text
ppCoveredCode fileType sc cs s | null s = pure "Coverage map is empty" ppCoveredCode fileType sc cs s | null s = pure "Coverage map is empty"
| otherwise = do | otherwise = do
-- List of covered lines during the fuzzing campaing -- List of covered lines during the fuzzing campaign
covLines <- srcMapCov sc s cs covLines <- srcMapCov sc s cs
let let
-- Collect all the possible lines from all the files -- Collect all the possible lines from all the files

Loading…
Cancel
Save