Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refer to new CI platform and branch in README #345

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doctrine Persistence

[![Build Status](https://travis-ci.org/doctrine/persistence.svg)](https://travis-ci.org/doctrine/persistence)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Travis 🙈

[![Code Coverage](https://codecov.io/gh/doctrine/persistence/branch/2.1.x/graph/badge.svg)](https://codecov.io/gh/doctrine/persistence/branch/2.1.x)
[![GitHub Actions][GA 3.2 image]][GA 3.2]
[![Code Coverage][Coverage 3.2 image]][CodeCov 3.2]

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.

Expand All @@ -10,3 +10,8 @@ The Doctrine Persistence project is a library that provides common abstractions
* [Website](https://www.doctrine-project.org/)
* [Documentation](https://www.doctrine-project.org/projects/doctrine-persistence/en/latest/index.html)
* [Downloads](https://github.com/doctrine/persistence/releases)

[Coverage 3.2 image]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x/graph/badge.svg
[CodeCov 3.2]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x
[GA 3.2 image]: https://github.com/doctrine/persistence/workflows/Continuous%20Integration/badge.svg?branch=3.2.x
[GA 3.2]: https://github.com/doctrine/persistence/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.2.x
Loading