Skip to content
Snippets Groups Projects
Commit 14e10267 authored by Jan Habscheid's avatar Jan Habscheid
Browse files

Update comments and rm coverage from repo, just keep as artefact

parent 8c7f4a86
No related branches found
No related tags found
1 merge request!9Added Coverage
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
File deleted
......@@ -49,7 +49,6 @@ test:
tags:
- docker
script:
# - python -m pytest # Run the tests
- pytest --cov=fxdgm --cov-report=term --cov-report=html tests/ # Run the tests and store coverage
artifacts:
paths:
......
......@@ -7,13 +7,10 @@ ENV PATH /opt/conda/envs/${CONDA_DEFAULT_ENV}/bin:$PATH
ENV HOME /root
# Create the environment and install packages
# RUN conda install -n ${CONDA_DEFAULT_ENV} python=3.11.8 -y
# FEniCSx backend + documentation and testing dependencies
# sqlite for coverage, it necessary
RUN conda install -n ${CONDA_DEFAULT_ENV} -c conda-forge fenics-dolfinx=0.8.0 mpich=4.2.1 pyvista=0.43.10 gcc=12.4.0 sphinx=7.3.7 myst-parser=4.0.0 sphinx-copybutton=0.5.2 sphinx-rtd-theme=3.0.1 pytest=8.3.3 pytest-cov=6.0.0 sqlite=3.41.2 -y
# Activate environment
# SHELL ["conda", "run", "-n", "fenicsx-env", "/bin/bash", "-c"]
WORKDIR /root
ADD . /fxdgm
......
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