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

fix CR moving

parent dd2fcf21
No related branches found
No related tags found
No related merge requests found
......@@ -21,20 +21,12 @@ jobs:
pip install -U -e .[test,dev]
- name: Test everything
run: pytest -n 8 -vv --cov=satella
- name: List
run: ls .*
upload-coverage:
runs-on: "ubuntu-latest"
needs: ["tests"]
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: '3.8'
- run: |
pip install coverage
pip install coverage[toml]
coverage xml
name: Installing coverage[toml]
- uses: caffco/code-climate-github-action@main
name: submitting coverage to CodeClimate
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
build-project:
......
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