Skip to content

Commit

Permalink
DOC : update fo CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Jan 17, 2024
1 parent 9ce6da2 commit ac2d906
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,17 @@ Local Url to zooscan QC doc : http://complex.imev-mer.fr:8050/QC/zooscan/doc
- *Logs :*
The logs are saved in the /logs folder. The log files are created automatically and have the name format ***YYYY-MM.log***.
If log files become to big we will easily be able to change this to YYYY-MM-***DD***.log or more by adding an incremental number N : YYYY-MM-DD-***N***.log

## Tests :
- https://dash.plotly.com/testing
UNIT : *TODO*
FEATURES : *TODO*
INTEGRATION : used tutorials : https://python.plainenglish.io/test-your-dash-app-in-python-6eb7229d40b8 https://community.plotly.com/t/how-you-can-integration-test-your-app-by-dash-testing/25002/3 *TODO*
PERF : *TODO*

## CI
By pushing a new tag a docker image will be build and push on docker hub : https://hub.docker.com/r/ecotaxa/zqc_app
```shell
git tag -a v0.0.0 -m "MESSAGE"
git push --follow-tags
```

0 comments on commit ac2d906

Please sign in to comment.