Skip to content
Snippets Groups Projects
Commit 202bcec1 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Add a report job

parent 52684526
No related branches found
No related tags found
1 merge request!129Resolve "Add a report job in CI"
...@@ -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:
......
[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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment