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.
2 parents ebd36ca + 1211fe6 commit 35cf75fCopy full SHA for 35cf75f
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set code coverage path
20
- run: echo ::set-env name=codecov_path::$(swift test --show-codecov-path)
+ run: echo "codecov_path=$(swift test --show-codecov-path)" >> $GITHUB_ENV
21
- name: Test and publish code coverage to Code Climate
22
uses: paulofaria/codeclimate-action@master
23
if: matrix.os == 'macos-10.15'
0 commit comments