chore: rename code coverage ci for a more descriptive name

Refs: OPS-91
This commit is contained in:
Christoph J. Scherr 2025-03-27 11:07:40 +01:00
parent 719b4696dc
commit 51dfd7c544
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -1,4 +1,4 @@
name: CI # Name of the workflow
name: Code Coverage
on:
push:
@ -6,7 +6,6 @@ on:
- master
- devel
jobs:
test: # Defines a job called "test"
runs-on: ubuntu-latest # The job runs on the latest Ubuntu runner
@ -18,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
- name: Poetry
run: pip install poetry