Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 963318f

Browse files
Fix coverage in projects using xctestplan (#9)
Porcesss testplan files at first, otherwise files are not really changed for Xcode
1 parent f9c4ea2 commit 963318f

File tree

5 files changed

+598
-58
lines changed

5 files changed

+598
-58
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ inputs:
2626
instrumentHttpPayloads:
2727
description: 'Whether Scope should instrument HTTP payloads, false by default'
2828
required: false
29+
agentVersion:
30+
description: 'Version of the Scope agent to use for testing, by default the latest stabl'
31+
required: false
2932
runs:
3033
using: 'node12'
3134
main: 'dist/index.js'

0 commit comments

Comments
 (0)