From 41f3f057d38748bd31ea5a6dd4c197e2118b2791 Mon Sep 17 00:00:00 2001 From: Jordi Loyzaga Date: Mon, 22 Apr 2024 03:16:02 -0600 Subject: [PATCH] testinc ci --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3bd6951..e200ac1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,10 @@ steps: image: python commands: - pip install -r requirements_test.txt - - pytest --cov=. --cov-report term-missing \ No newline at end of file + - pytest --cov=. --cov-report term-missing + + settings: + username: + from_secret: gitea_username + password: + from_secret: gitea_password \ No newline at end of file