Skip to content

Commit 2982d3a

Browse files
authored
Merge branch 'develop' into ml-evs/docker-optimisations
2 parents 3fe618d + 89e3d7c commit 2982d3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2825
-118
lines changed

.github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@v3
4949

5050
- name: Build test bench container
51-
uses: docker/bake-action@v5
51+
uses: docker/bake-action@v6
5252
with:
5353
load: true
5454
push: false
@@ -95,7 +95,7 @@ jobs:
9595
run: docker images
9696

9797
- name: Load test bench containers
98-
uses: docker/bake-action@v5
98+
uses: docker/bake-action@v6
9999
with:
100100
load: true
101101
files: tests/integration/dockerfiles/docker-bake.hcl
@@ -132,7 +132,7 @@ jobs:
132132
coverage xml
133133
134134
- name: Upload coverage reports to Codecov
135-
uses: codecov/codecov-action@v4
135+
uses: codecov/codecov-action@v5
136136
env:
137137
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
138138

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,5 @@ cython_debug/
161161

162162
# macOS
163163
.DS_store
164+
165+
.sesskey

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ repos:
4343
rev: v2.3.0
4444
hooks:
4545
- id: codespell
46-
stages: [commit, commit-msg]
46+
stages: [pre-commit, commit-msg]
4747
args: [--ignore-words-list, 'titel,statics,ba,nd,te']
4848
types_or: [python, rst, markdown]

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# jobflow-remote
1+
<div align="center">
2+
3+
# ![Jobflow remote](doc/source/_static/img/jfr_logo.svg)
4+
5+
</div>
26

37
[![tests](https://img.shields.io/github/actions/workflow/status/Matgenix/jobflow-remote/testing.yml?branch=develop&label=tests)](https://github.com/Matgenix/jobflow-remote/actions?query=workflow%3Atesting)
48
[![code coverage](https://img.shields.io/codecov/c/gh/Matgenix/jobflow-remote)](https://codecov.io/gh/Matgenix/jobflow-remote)
10.7 KB
Binary file not shown.
+176
Loading

0 commit comments

Comments
 (0)