Test codecov
This commit is contained in:
parent
219c3248df
commit
5c48dccaa6
|
@ -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)
|
|
@ -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="#">
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
coverage:
|
||||
ignore:
|
||||
- "Tests"
|
Loading…
Reference in New Issue