Skip to content

Commit 3554b31

Browse files
committed
Fixed stale README references after the CI rename
The CI badge still pointed at the deleted build-24.04.yml and the wrong branch; the Maven requirement note still named the old tests.py file. Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
1 parent 1176b57 commit 3554b31

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub repository](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/tcalmant/python-javaobj/)
44
[![Latest Version](https://img.shields.io/pypi/v/javaobj-py3.svg)](https://pypi.python.org/pypi/javaobj-py3/)
55
[![License](https://img.shields.io/pypi/l/javaobj-py3.svg)](https://pypi.python.org/pypi/javaobj-py3/)
6-
[![CI Build](https://github.com/tcalmant/python-javaobj/actions/workflows/build-24.04.yml/badge.svg?branch=v3)](https://github.com/tcalmant/python-javaobj/actions/workflows/build-24.04.yml)
6+
[![CI Build](https://github.com/tcalmant/python-javaobj/actions/workflows/ci-build.yml/badge.svg?branch=master)](https://github.com/tcalmant/python-javaobj/actions/workflows/ci-build.yml)
77
[![Coveralls status](https://coveralls.io/repos/tcalmant/python-javaobj/badge.svg?branch=master)](https://coveralls.io/r/tcalmant/python-javaobj?branch=master)
88

99
*python-javaobj* is a python library that provides functions for reading and
@@ -122,7 +122,9 @@ You can find a sample usage in the *Custom Transformer* section in this file.
122122
* Python >= 3.12 for `v3`
123123
* `enum34` and `typing` when using Python <= 3.4 (installable with `pip`)
124124
* Maven 2+ (for building test data of serialized objects.
125-
You can skip it if you do not plan to run `tests.py`)
125+
The fixtures are already committed under `tests/`, so you only need Maven
126+
to regenerate them; skip it otherwise, or set `JAVAOBJ_NO_MAVEN=1` to
127+
disable the regeneration when running the test suite)
126128

127129
## Usage (V1 implementation)
128130

0 commit comments

Comments
 (0)