Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
quant
Commits
6ebf84c0
Commit
6ebf84c0
authored
1 year ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
70779ae7
No related branches found
No related tags found
3 merge requests
!71
Draft: Resolve "Create DB connection instead of using memory only"
,
!66
Resolve "Enable TLS between KMS"
,
!49
Improve general project repo (Tests, etc.)
Pipeline
#187056
passed
1 year ago
Stage: build
Stage: test
Stage: analyze
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
6ebf84c0
...
@@ -68,7 +68,7 @@ unit-tests:
...
@@ -68,7 +68,7 @@ unit-tests:
stage
:
test
stage
:
test
before_script
:
before_script
:
-
apt update && apt install -y make
-
apt update && apt install -y make
-
go
get
gocover-cobertura
-
go
install github.com/boumenot/
gocover-cobertura
@latest
script
:
script
:
-
make test
-
make test
-
go tool cover -func=coverage.out
-
go tool cover -func=coverage.out
...
...
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