Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
75b0320b
Unverified
Commit
75b0320b
authored
Apr 24, 2023
by
eddie
Committed by
GitHub
Apr 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: use codecov flags (#6418)
parent
4966ee56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
test.yml
.github/workflows/test.yml
+2
-0
codecov.yml
codecov.yml
+11
-7
No files found.
.github/workflows/test.yml
View file @
75b0320b
...
@@ -65,6 +65,7 @@ jobs:
...
@@ -65,6 +65,7 @@ jobs:
token
:
${{ secrets.CODECOV_TOKEN }}
token
:
${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error
:
false
fail_ci_if_error
:
false
verbose
:
true
verbose
:
true
flags
:
unit-tests
build
:
build
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
@@ -161,6 +162,7 @@ jobs:
...
@@ -161,6 +162,7 @@ jobs:
token
:
${{ secrets.CODECOV_TOKEN }}
token
:
${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error
:
false
fail_ci_if_error
:
false
verbose
:
true
verbose
:
true
flags
:
e2e-tests
# Included as a single job to check for cypress-test-matrix success, as a matrix cannot be checked.
# Included as a single job to check for cypress-test-matrix success, as a matrix cannot be checked.
cypress-tests
:
cypress-tests
:
...
...
codecov.yml
View file @
75b0320b
...
@@ -9,13 +9,17 @@ ignore:
...
@@ -9,13 +9,17 @@ ignore:
-
"
**/constants/**/*"
-
"
**/constants/**/*"
-
"
constants/**/*"
-
"
constants/**/*"
coverage
:
flag_management
:
statu
s
:
default_rule
s
:
project
:
statuses
:
default
:
-
type
:
project
target
:
auto
target
:
auto
threshold
:
1%
threshold
:
1%
if_ci_failed
:
error
if_ci_failed
:
error
patch
:
-
type
:
patch
default
:
target
:
80%
target
:
80%
individual_flags
:
\ No newline at end of file
-
name
:
e2e-tests
statuses
:
-
type
:
patch
target
:
0%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment