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

fix unit test issues

parent c29f89d0
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,12 @@ jobs:
- name: Test everything
run: pytest -n 8 -vv --cov=satella
- run: |
pip install coverage[toml]
pip install coverage[toml] codeclimate-test-reporter
coverage xml
name: Installing coverage[toml]
- uses: caffco/code-climate-github-action@main
name: submitting coverage to CodeClimate
codeclimate-test-reporter
name: Submit the code coverage
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CODECLIMATE_REPO_TOKEN: ${{ secrets.CC_TEST_REPORTER_ID }}
build-project:
runs-on: ubuntu-20.04
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