Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fxdgm_testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Habscheid
fxdgm_testing
Commits
14e10267
Commit
14e10267
authored
1 month ago
by
Jan Habscheid
Browse files
Options
Downloads
Patches
Plain Diff
Update comments and rm coverage from repo, just keep as artefact
parent
8c7f4a86
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1613027
passed
1 month ago
Stage: prepare
Stage: build
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.coverage
+0
-0
0 additions, 0 deletions
.coverage
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-4
1 addition, 4 deletions
Dockerfile
coverage.xml
+0
-640
0 additions, 640 deletions
coverage.xml
with
1 addition
and
645 deletions
.coverage
deleted
100644 → 0
+
0
−
0
View file @
8c7f4a86
File deleted
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
1
View file @
14e10267
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
4
View file @
14e10267
...
...
@@ -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.
Click to expand it.
coverage.xml
deleted
100644 → 0
+
0
−
640
View file @
8c7f4a86
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