2.1.2 Add .swiftpm to gitignore and misc cleanup
What's Changed
- Add .swiftpm to gitignore to stop schemes from polluting packages that depend on NetworkService by @roanutil in #5
- Run swiftformat by @roanutil in #5
- Update ci.yml to use newer codecov flow by @roanutil in #5
- Add codecov badge to README by @roanutil in #5
- Remove unnecessary use of
try!
. Resolves issue #1. by @roanutil in #5 - Add missing assertion descriptions in tests. Resolves swiftlint warnings. by @roanutil in #5
Full Changelog: 2.1.1...2.1.2