Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Commits
202bcec1
Commit
202bcec1
authored
2 years ago
by
Jean-Baptiste Bayle
Browse files
Options
Downloads
Patches
Plain Diff
Add a report job
parent
52684526
No related branches found
No related tags found
1 merge request
!129
Resolve "Add a report job in CI"
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
.pylintrc
+1
-1
1 addition, 1 deletion
.pylintrc
tests/report.py
+795
-0
795 additions, 0 deletions
tests/report.py
with
806 additions
and
1 deletion
.gitlab-ci.yml
+
10
−
0
View file @
202bcec1
...
@@ -32,6 +32,16 @@ pytest:
...
@@ -32,6 +32,16 @@ pytest:
reports
:
reports
:
junit
:
report.xml
junit
:
report.xml
report
:
script
:
-
python report.py
when
:
manual
artifacts
:
expire_in
:
30 days
paths
:
-
"
*.h5"
-
"
*.pdf"
dist
:
dist
:
stage
:
build
stage
:
build
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
.pylintrc
+
1
−
1
View file @
202bcec1
[BASIC]
[BASIC]
# Good variable names which should always be accepted, separated by a comma
# Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,x,t,t0,fs,dt,tt,sc
good-names=i,j,k,x,
y,z,
t,t0,fs,dt,tt,sc
[MESSAGE CONTROL]
[MESSAGE CONTROL]
...
...
This diff is collapsed.
Click to expand it.
tests/report.py
0 → 100644
+
795
−
0
View file @
202bcec1
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