Skip to content

Commit

Permalink
Enable flags
Browse files Browse the repository at this point in the history
  • Loading branch information
asekawa committed Apr 20, 2024
1 parent 1a960f3 commit 238439a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./fallback_coverage.txt # Path to a minimal coverage file
fail_ci_if_error: false
#file: ./fallback_coverage.txt # Path to a minimal coverage file
#fail_ci_if_error: false
flags: skipcheck

4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ coverage:
threshold: null
target: auto
#if_ci_failed: error
skiptest:
flags: skiptest
target: 70% # Target coverage for frontend
informational: true
patch:
default:
enabled: yes

0 comments on commit 238439a

Please sign in to comment.