Skip to content

Commit

Permalink
codecov 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChima committed Sep 9, 2024
1 parent ff7c85e commit 5a0708b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN /venv/bin/pip install --upgrade pip && poetry install --no-interaction --onl
"django-cache-url==3.2.3" \
"uwsgi==2.0.20" \
"whitenoise==5.3.0" \
"flower==1.0.0"
"flower==1.0.0" \
"codecov==2.1.13"

FROM ghcr.io/praekeltfoundation/python-base-nw:3.9-bullseye

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ uwsgi==2.0.14
whitenoise==4.0
flower==0.9.2
tornado<6.0.0
codecov==2.1.13

0 comments on commit 5a0708b

Please sign in to comment.