Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!116
WS 78 fix datafetcher tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS 78 fix datafetcher tests
WS-78-fix-datafetcher-tests
into
main
Overview
0
Commits
5
Pipelines
14
Changes
11
Merged
Andrew Kapuscinski
requested to merge
WS-78-fix-datafetcher-tests
into
main
4 years ago
Overview
0
Commits
5
Pipelines
14
Changes
1
Expand
0
0
Merge request reports
Compare
version 8
version 13
05c56cc6
4 years ago
version 12
14ed5243
4 years ago
version 11
b25341d7
4 years ago
version 10
b7df31f0
4 years ago
version 9
22533de5
4 years ago
version 8
e5b8dbbb
4 years ago
version 7
a25c619d
4 years ago
version 6
d4371517
4 years ago
version 5
6e6e496c
4 years ago
version 4
343b904c
4 years ago
version 3
ff7d21ad
4 years ago
version 2
067f8e70
4 years ago
version 1
68320db2
4 years ago
main (base)
and
version 9
latest version
e8b73b5d
5 commits,
4 years ago
version 13
05c56cc6
5 commits,
4 years ago
version 12
14ed5243
5 commits,
4 years ago
version 11
b25341d7
5 commits,
4 years ago
version 10
b7df31f0
5 commits,
4 years ago
version 9
22533de5
5 commits,
4 years ago
version 8
e5b8dbbb
5 commits,
4 years ago
version 7
a25c619d
5 commits,
4 years ago
version 6
d4371517
5 commits,
4 years ago
version 5
6e6e496c
5 commits,
4 years ago
version 4
343b904c
3 commits,
4 years ago
version 3
ff7d21ad
5 commits,
4 years ago
version 2
067f8e70
4 commits,
4 years ago
version 1
68320db2
3 commits,
4 years ago
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci/unit-test.template.yml
+
3
−
1
Options
@@ -4,9 +4,11 @@
-
cd /code && ./bin/run-tests.sh -b
-
ls -la
-
mv .coverage .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
-
ls -la
artifacts
:
name
:
"
.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}"
paths
:
-
.coverage
.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
-
.coverage
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
\ No newline at end of file
Loading