Skip to content

Commit

Permalink
fix(ci): fix codeclimate upload failed
Browse files Browse the repository at this point in the history
  • Loading branch information
fenngwd committed Jul 26, 2022
1 parent 17b243a commit 827f919
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
name: Test Package
name: Codeclimate Sync
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7"]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Coveralls Parallel
uses: AndreMiras/coveralls-python-action@develop
with:
flag-name: "Coverage Test - ${{ matrix.python-version }}"
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v3.0.0
env:
Expand Down

0 comments on commit 827f919

Please sign in to comment.