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 1cac98e commit 199cfe6Copy full SHA for 199cfe6
.github/workflows/development.yml
@@ -52,7 +52,7 @@ jobs:
52
GITHUB_BASE_REF: ${{ github.base_ref }}
53
GITHUB_COMMIT: ${{ github.sha }}
54
- name: publish code coverage to code climate
55
- if: matrix.os == "ubuntu-latest"
+ if: matrix.os == 'ubuntu-latest'
56
uses: paambaati/codeclimate-action@v2.3.0
57
env:
58
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
.github/workflows/master.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments