Skip to content
Snippets Groups Projects
Unverified Commit bf5df6cd authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Increase the Codecov frontend target (#44613)

* Fix the comment

* Update the threshold for the front-end
parent b34b9607
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ coverage:
status:
project:
back-end:
# Project must always have at least 78% coverage (by line)
# Project must always have at least the target amount coverage (by line)
target: 85%
# Whole-project test coverage is allowed to drop up to 5%. (For situtations where we delete code with full coverage)
threshold: 5%
......@@ -14,7 +14,7 @@ coverage:
- back-end
front-end:
target: 50%
target: 60%
threshold: 5%
flags:
- front-end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment