Skip to content
Snippets Groups Projects
Commit 58438018 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix code coverage issues

parent 45d8a0da
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,12 @@ jobs: ...@@ -25,10 +25,12 @@ jobs:
pip install coverage[toml] pip install coverage[toml]
coverage xml coverage xml
name: Installing coverage[toml] name: Installing coverage[toml]
- uses: caffco/code-climate-github-action@main - run : |
pip install codeclimate-test-reporter
codeclimate-test-reporter
name: submitting coverage to CodeClimate name: submitting coverage to CodeClimate
env: env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} CODECLIMATE_REPO_TOKEN: ${{ secrets.CC_TEST_REPORTER_ID }}
build-project: build-project:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment