Skip to content

Commit

Permalink
Merge pull request #83 from edx/zhancock/coverage
Browse files Browse the repository at this point in the history
build: replace codecov
  • Loading branch information
Zacharis278 authored Apr 26, 2024
2 parents 6cf63d1 + ff0b8fa commit 7ce613e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
branch = True
data_file = .coverage
relative_files = True
source=learning_assistant
omit =
test_settings
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:

- name: Run coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django32'
uses: codecov/codecov-action@v1
uses: py-cov-action/python-coverage-comment-action@v3
with:
flags: unittests
fail_ci_if_error: true
GITHUB_TOKEN: ${{ github.token }}
MINIMUM_GREEN: 95
MINIMUM_ORANGE: 84
ANNOTATE_MISSING_LINES: true
ANNOTATION_TYPE: error
15 changes: 0 additions & 15 deletions codecov.yml

This file was deleted.

0 comments on commit 7ce613e

Please sign in to comment.