summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-07-09 15:42:32 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-07-09 15:42:32 -0400
commita7682e948bd6faabed1d86e7b58f2fc987ec55b6 (patch)
tree1cc03ec669322f9b13e5949982254e76b958c4ed
parent818d2317732f6a4ef1e08b70f3a96e723b4590cc (diff)
parent96632fc14baee852a33d91f3b2e46dd06fd457db (diff)
downloadsdl_ios-a7682e948bd6faabed1d86e7b58f2fc987ec55b6.tar.gz
Merge branch 'master' into develop6.7.0-rc.1
-rw-r--r--.github/workflows/test.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 04b9bbea6..d30dcd7e5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,12 +1,7 @@
name: SmartDeviceLink Tests
# This workflow is triggered on a push or pull request.
-on:
- push:
- # Runs the workflow when someone pushes to any repository branch.
- pull_request:
- # Runs the workflow only when someone opens a pull request (there are a bunch of activity types that can trigger a workflow that we don't want - like labeling, assigning, and locking the PR). The "push" trigger will generate a new workflow if a push is made to a pull request branch.
- types: [opened]
+on: [push, pull_request]
env:
PROJECT: 'SmartDeviceLink-iOS.xcodeproj'
@@ -22,7 +17,7 @@ jobs:
scheme: ['SmartDeviceLink-Example-ObjC', 'SmartDeviceLink-Example-Swift']
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.1
with:
submodules: true
@@ -46,7 +41,7 @@ jobs:
scheme: ['SmartDeviceLink']
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.1
with:
submodules: true
@@ -79,4 +74,6 @@ jobs:
# Upload coverage reports to Codecov
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v1.0.10
+ with:
+ yml: ./codecov.yml