Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
0f79a8cc
Verified
Commit
0f79a8cc
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Fixed other tests
parent
4085cfa2
No related branches found
No related tags found
4 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
,
!190
Resolve "More env variables for Azure deployment"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
0f79a8cc
...
...
@@ -69,7 +69,7 @@ test-metadata-service:
needs
:
-
build-metadata-service
script
:
-
"
m
ake
test
-metadata-service"
-
"
m
vn
-f
./dbrepo
-metadata-service
/pom.xml
clean
test
verify
"
-
"
cat
./dbrepo-metadata-service/report/target/site/jacoco-aggregate/index.html
|
grep
-o
'Total[^%]*%'
|
sed
's/<.*>/
/;
s/Total/Jacoco
Coverage
Total:/'"
artifacts
:
when
:
always
...
...
@@ -86,7 +86,7 @@ test-search-sync-agent:
needs
:
-
build-search-sync-agent
script
:
-
"
m
ake
test
-search-sync-agent"
-
"
m
vn
-f
./dbrepo
-search-sync-agent
/pom.xml
clean
test
verify
"
-
"
cat
./dbrepo-search-sync-agent/report/target/site/jacoco-aggregate/index.html
|
grep
-o
'Total[^%]*%'
|
sed
's/<.*>/
/;
s/Total/Jacoco
Coverage
Total:/'"
artifacts
:
when
:
always
...
...
@@ -121,7 +121,9 @@ test-frontend:
needs
:
-
build-frontend
script
:
-
"
make
test-frontend"
-
"
yarn
--cwd
./dbrepo-ui
install"
-
"
yarn
--cwd
./dbrepo-ui
run
test:unit
||
true"
-
"
yarn
--cwd
./dbrepo-ui
run
coverage
||
true"
-
"
cat
./dbrepo-ui/coverage/cobertura-coverage.xml
|
grep
-o
'line-rate=
\"
[0-9.]*'
|
head
-1"
artifacts
:
when
:
always
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment