Skip to content

Commit

Permalink
build: replace codecov (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharis278 committed Apr 26, 2024
1 parent 9f46b98 commit 7a67b00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
@@ -1,6 +1,7 @@
[run]
branch = True
data_file = .coverage
relative_files = True
source=designer
omit =
designer/settings*
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,4 +30,10 @@ jobs:
run: tox
- name: Codecov
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
uses: codecov/codecov-action@v2
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
MINIMUM_GREEN: 95
MINIMUM_ORANGE: 84
ANNOTATE_MISSING_LINES: true
ANNOTATION_TYPE: error

0 comments on commit 7a67b00

Please sign in to comment.