Closed williambailey closed 7 years ago
Merging #18 into master will not change coverage. The diff coverage is
75%
.
@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 80.25% 80.25%
=======================================
Files 74 74
Lines 8915 8915
=======================================
Hits 7155 7155
Misses 1760 1760
Impacted Files | Coverage Δ | |
---|---|---|
Sources/GraphQL/Language/Location.swift | 100% <ø> (ø) |
:arrow_up: |
Sources/GraphQL/Type/Directives.swift | 53.33% <ø> (ø) |
:arrow_up: |
Sources/GraphQL/Error/GraphQLError.swift | 84.09% <ø> (ø) |
:arrow_up: |
Sources/GraphQL/Execution/Execute.swift | 74.59% <ø> (ø) |
:arrow_up: |
Sources/GraphQL/Language/Source.swift | 100% <ø> (ø) |
:arrow_up: |
Sources/GraphQL/Type/Definition.swift | 49.32% <0%> (ø) |
:arrow_up: |
Sources/GraphQL/Type/Schema.swift | 57.07% <75%> (ø) |
:arrow_up: |
Sources/GraphQL/Language/AST.swift | 70.75% <78.94%> (ø) |
:arrow_up: |
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 2aa8e9f...e7bae5f. Read the comment docs.
Hopefully nothing unintentional has been exposed. Most properties are
let
and thosevar
's that might want to expose information are public only forget
.