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 bb4b65a commit 8873393Copy full SHA for 8873393
.github/workflows/build.yml
@@ -21,6 +21,9 @@ jobs:
21
- uses: swift-actions/setup-swift@v1
22
with:
23
swift-version: ${{ matrix.swift }}
24
+ - uses: actions/checkout@v2
25
+ - name: Set code coverage path
26
+ run: echo "codecov_path=$(swift test --show-codecov-path)" >> $GITHUB_ENV
27
- name: Test and publish code coverage to Code Climate
28
if: ${{ matrix.os }} == "macos-latest"
29
uses: paulofaria/codeclimate-action@master
0 commit comments