tevelee / Eval

Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
https://tevelee.github.io/Eval/
Apache License 2.0
178 stars 7 forks source link

Danger test run #2

Closed tevelee closed 6 years ago

tevelee commented 6 years ago

Just a test to validate Danger integration

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files          25       25           
  Lines        1419     1419           
=======================================
  Hits         1371     1371           
  Misses         48       48

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc0e4c6...a7ed54b. Read the comment docs.

tevelee commented 6 years ago
6 Warnings
:warning: External contributor has edited the Gemfile and/or Gemfile.lock
:warning: External contributor has edited the Eval.podspec and/or Package.swift
:warning: Big PR, try to keep changes smaller if you can
:warning: Added or removed library files require the Carthage Xcode project to be updated
:warning: Consider adding supporting documentation to this change. Documentation can be found in the Documentation directory.
:warning: The library files were changed, but the tests remained unmodified. Consider updating or adding to the tests to match the library changes.

SwiftLint found issues

Warnings

File Line Reason
Eval.swift 5 Type body should span 200 lines or less excluding comments and whitespace: currently spans 213 lines
Eval.swift 136 Line should be 120 characters or less: currently 148 characters
Eval.swift 142 Line should be 120 characters or less: currently 165 characters
Eval.swift 267 Line should be 120 characters or less: currently 147 characters
Shell.swift 6 Line should be 120 characters or less: currently 139 characters
Shell.swift 14 Line should be 120 characters or less: currently 139 characters
Shell.swift 15 Line should be 120 characters or less: currently 131 characters
Shell.swift 28 Line should be 120 characters or less: currently 133 characters
Shell.swift 35 Line should be 120 characters or less: currently 122 characters
Shell.swift 59 Line should be 120 characters or less: currently 165 characters

Generated by :no_entry_sign: Danger