Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
stacomiR
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
Container 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
Stacomi
stacomiR
Compare revisions
00db8d13653e7a9ca1d3c05dc63d656a9720330c to 9db2fc9284190adce2bb0b68ea95a43b66bdbcb4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
stacomi/stacomir
Select target project
No results found
9db2fc9284190adce2bb0b68ea95a43b66bdbcb4
Select Git revision
Swap
Target
stacomi/stacomir
Select target project
stacomi/stacomir
1 result
00db8d13653e7a9ca1d3c05dc63d656a9720330c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Merge branch '0.6.0.7' into '0.6.1.9000'
· 0efd1d45
Laurent BEAULATON
authored
2 weeks ago
0.6.0.7 See merge request
!13
0efd1d45
typo
· 9db2fc92
Laurent BEAULATON
authored
2 weeks ago
9db2fc92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab-ci/codecov.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
gitlab-ci/codecov.gitlab-ci.yml
gitlab-ci/unittests.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
gitlab-ci/unittests.gitlab-ci.yml
with
2 additions
and
2 deletions
gitlab-ci/codecov.gitlab-ci.yml
View file @
9db2fc92
...
...
@@ -11,7 +11,7 @@
stacomiR.host = "'$PG_HOST'",
stacomiR.port = "'$PG_PORT'",
stacomiR.user = "'$PG_USER'",
stacomiR.password ="'PG_USER_PASSWORD'");
stacomiR.password ="'
$
PG_USER_PASSWORD'");
covr::gitlab(quiet = FALSE)'
coverage
:
'
/Coverage:
\d+\.\d+/'
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
gitlab-ci/unittests.gitlab-ci.yml
View file @
9db2fc92
...
...
@@ -9,7 +9,7 @@
stacomiR.host = "'$PG_HOST'",
stacomiR.port = "'$PG_PORT'",
stacomiR.user = "'$PG_USER'",
stacomiR.password ="'PG_USER_PASSWORD'");
stacomiR.password ="'
$
PG_USER_PASSWORD'");
test <- capture.output(devtools::test(reporter='junit')) ;
XML::saveXML(XML::xmlParse(test[grep('?xml version', test):length(test)]), file = 'public/test.xml')"
artifacts
:
...
...
This diff is collapsed.
Click to expand it.