Skip to content

Commit

Permalink
call codecov only once
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 16, 2023
1 parent cb63d48 commit 1a24484
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
run: |
pytest tests --cov=fastkml --cov=tests --cov-fail-under=88 --cov-report=xml
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version==3.11 }}
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: true

Check failure on line 52 in .github/workflows/run-all-tests.yml

View workflow job for this annotation

GitHub Actions / static-tests (3.9)

52:13 [indentation] wrong indentation: expected 10 but found 12

Check failure on line 52 in .github/workflows/run-all-tests.yml

View workflow job for this annotation

GitHub Actions / static-tests (3.9)

52:13 [indentation] wrong indentation: expected 10 but found 12
verbose: true

static-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a24484

Please sign in to comment.