BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Integrated Danger into Travis-CI #74

Closed tylermilner closed 5 years ago

tylermilner commented 6 years ago

Danger-swift has hit 1.0 and is working for us on Travis-CI. This introduces a simple Dangerfile.swift that makes sure CHANGELOG.md was edited if any changes to files in the Sources directory are made. Over time, we can add more rules. Check out the Danger Swift website for more information.

I had to rework the Travis-CI configuration file a little bit to get this working properly. We're now using the Homebrew addon to install danger-swift and carthage.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #74   +/-   ##
======================================
  Coverage    95.6%   95.6%           
======================================
  Files          35      35           
  Lines        1024    1024           
======================================
  Hits          979     979           
  Misses         45      45

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 9c72c3b...3a6b5f6. Read the comment docs.