Skip to content

Commit

Permalink
project: publish code coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
twittemb committed Mar 21, 2020
1 parent 5fa142e commit 7b3f9f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ jobs:
- uses: actions/checkout@master
- name: Run Unit Tests
run: swift test --enable-code-coverage
- name: Upload coverage to Codecov.io
uses: codecov/[email protected]
with:
name: Spin.Swift
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "Tests/**/*"

0 comments on commit 7b3f9f4

Please sign in to comment.