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

Commit

Permalink
Fix coverage in projects using xctestplan (#9)
Browse files Browse the repository at this point in the history
Porcesss testplan files at first, otherwise files are not really changed for Xcode
  • Loading branch information
nachoBonafonte authored Dec 26, 2019
1 parent f9c4ea2 commit 963318f
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 58 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ inputs:
instrumentHttpPayloads:
description: 'Whether Scope should instrument HTTP payloads, false by default'
required: false
agentVersion:
description: 'Version of the Scope agent to use for testing, by default the latest stabl'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down
Loading

0 comments on commit 963318f

Please sign in to comment.