Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LOFAR Station Client
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
LOFAR Station Client
Merge requests
!13
L2SS-901
: autoformat for station client linting
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
L2SS-901
: autoformat for station client linting
L2SS-901
into
main
Overview
0
Commits
2
Pipelines
3
Changes
2
Merged
Corné Lukken
requested to merge
L2SS-901
into
main
2 years ago
Overview
0
Commits
2
Pipelines
3
Changes
2
Expand
Closes
L2SS-901
0
0
Merge request reports
Compare
main
version 1
3a49c4ac
2 years ago
main (base)
and
latest version
latest version
100b926a
2 commits,
2 years ago
version 1
3a49c4ac
1 commit,
2 years ago
2 files
+
9
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
4
−
2
Options
@@ -74,7 +74,9 @@ coverage:
-
tox -e coverage
artifacts
:
reports
:
cobertura
:
coverage.xml
coverage_report
:
coverage_format
:
cobertura
path
:
coverage.xml
paths
:
-
cover/*
@@ -115,4 +117,4 @@ run_package_publish:
TWINE_USERNAME
:
"
gitlab-ci-token"
script
:
-
pip install twine
-
python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
\ No newline at end of file
-
python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
Loading