Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,3 @@ jobs:
with:
name: coverage
path: coverage/

coverage:
needs: [ lint, test ]
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download tests result from test
uses: actions/[email protected]
with:
name: coverage
- name: Publish code coverage to codeclimate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
GIT_BRANCH: ${{ github.ref }}
GIT_COMMIT_SHA: ${{ github.sha }}
with:
workingDirectory: ${{github.workspace}}
debug: true
coverageLocations: |
${{github.workspace}}/coverage/coverage.json:simplecov