We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9454988 commit 886f986Copy full SHA for 886f986
.github/workflows/swift.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
swift-version: 6.1.0
13
- name: Run tests
14
- run: set -o pipefail && time xcodebuild clean test -scheme MarkdownSyntax -sdk macosx -enableCodeCoverage YES | xcpretty
+ run: swift test --enable-code-coverage
15
- name: Codecov
16
uses: codecov/[email protected]
17
0 commit comments