Skip to content

Commit 199cfe6

Browse files
committed
#1 - WIP: Code Climate integration
Signed-off-by: Gregor Anders <gregor.anders@gmail.com>
1 parent 1cac98e commit 199cfe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
GITHUB_BASE_REF: ${{ github.base_ref }}
5353
GITHUB_COMMIT: ${{ github.sha }}
5454
- name: publish code coverage to code climate
55-
if: matrix.os == "ubuntu-latest"
55+
if: matrix.os == 'ubuntu-latest'
5656
uses: paambaati/codeclimate-action@v2.3.0
5757
env:
5858
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
GITHUB_BASE_REF: ${{ github.base_ref }}
6060
GITHUB_COMMIT: ${{ github.sha }}
6161
- name: publish code coverage to code climate
62-
if: matrix.os == "ubuntu-latest"
62+
if: matrix.os == 'ubuntu-latest'
6363
uses: paambaati/codeclimate-action@v2.3.0
6464
env:
6565
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}

0 commit comments

Comments
 (0)