Skip to content

Commit

Permalink
update cov ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Aug 28, 2024
1 parent 3fa8ee8 commit 5ecefd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ jobs:
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
MERGE_COVERAGE_FILES: true
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60
ANNOTATE_MISSING_LINES: true
ANNOTATION_TYPE: notice
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# MERGE_COVERAGE_FILES: true
# MINIMUM_GREEN: 90
# MINIMUM_ORANGE: 60
# ANNOTATE_MISSING_LINES: true
# ANNOTATION_TYPE: notice

deploy:
name: Deploy
Expand Down

0 comments on commit 5ecefd3

Please sign in to comment.