Test codecov

This commit is contained in:
Alexis Bridoux 2020-09-04 20:27:25 +02:00
parent 219c3248df
commit 5c48dccaa6
3 changed files with 9 additions and 1 deletions

View File

@ -12,4 +12,6 @@ jobs:
- name: Build
run: xcodebuild -scheme Scout
- name: Run tests
run: xcodebuild test -scheme Scout
run: xcodebuild test -scheme Scout
- name: Code coverage
run: bash <(curl -s https://codecov.io/bash)

View File

@ -11,6 +11,9 @@ Swift package<br>
<a href="https://github.com/ABridoux/scout/actions?query=workflow%3ASwift">
<img src="https://img.shields.io/github/workflow/status/ABridoux/scout/Swift?label=tests&logo=GitHub" />
</a>
<a href="https://codecov.io/gh/ABridoux/scout">
<img src="https://codecov.io/gh/ABridoux/scout/branch/feature%2Fcodecov/graph/badge.svg" />
</a>
<br/>
Install<br>
<a href="#">

3
codecov.yml Normal file
View File

@ -0,0 +1,3 @@
coverage:
ignore:
- "Tests"