Progress bar or text label for progress in a list view

I have a scenario like the one below:

There's a mobile app screen with a list view and there is FAB to add items to list view. Think of the app as something like Jira. So let's say the list items in the list view are projects where there are sub tasks under each projects, I want to show to the users how much task are done out of schedule tasks (progress) when the user take a look at the list view.

I have decide to go with one of following designs for project items.

list item design

In the same app I have a separate stats screen that shows the progress made in each project in one graph.

So my question is what kind of layout should I use for the project item? 1 or 2 or 3 or remove the progress from the list view item?

I am a developer doing designing.