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 2250817 commit f2a674dCopy full SHA for f2a674d
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
with:
17
submodules: true
18
+ persist-credentials: false
19
- name: Setup swiftenv
20
run: |
21
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
@@ -37,6 +38,7 @@ jobs:
37
38
39
40
41
42
- run: sudo xcode-select -s "${{ matrix.xcode-version }}"
43
- run: swift --version
44
- run: swift test
@@ -47,6 +49,7 @@ jobs:
47
49
48
50
51
52
53
- run: swift test --enable-code-coverage
54
- run: echo "SWIFT_CODECOV_PATH=$(swift test --show-codecov-path)" >> $GITHUB_ENV
55
- uses: codecov/codecov-action@v1
0 commit comments