Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore] Reorganize project structure for SPM #248

Merged
merged 11 commits into from
Feb 28, 2021

Conversation

johnxnguyen
Copy link
Owner

What's in this PR?

@codecov-io
Copy link

codecov-io commented Feb 27, 2021

Codecov Report

Merging #248 (70f6892) into master (4c1c888) will increase coverage by 5.24%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
+ Coverage   33.17%   38.41%   +5.24%     
==========================================
  Files          75       80       +5     
  Lines        2062     2262     +200     
==========================================
+ Hits          684      869     +185     
- Misses       1378     1393      +15     
Impacted Files Coverage Δ
Sources/Down/AST/Nodes/BaseNode.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/BlockQuote.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/ChildSequence.swift 77.77% <ø> (ø)
Sources/Down/AST/Nodes/Code.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/CodeBlock.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/CustomBlock.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/CustomInline.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/Document.swift 100.00% <ø> (ø)
Sources/Down/AST/Nodes/Emphasis.swift 0.00% <ø> (ø)
Sources/Down/AST/Nodes/Heading.swift 0.00% <ø> (ø)
... and 75 more

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 4c1c888...70f6892. Read the comment docs.

@johnxnguyen johnxnguyen force-pushed the fix/swift-package-structure branch from 1a94054 to ec14fe6 Compare February 27, 2021 21:19
@johnxnguyen johnxnguyen marked this pull request as ready for review February 27, 2021 21:49
@johnxnguyen johnxnguyen merged commit 4fb13c2 into master Feb 28, 2021
@johnxnguyen johnxnguyen deleted the fix/swift-package-structure branch February 28, 2021 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Crash] Missing resource bundle when using SPM
2 participants