Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 84b369a

Browse files
committed
Merge branch 'main' of github.com:TodoLodo2089/cod-python-api
2 parents c9693d8 + 1cb15d2 commit 84b369a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: [TodoLodo2089, Engineer15]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: ['https://www.buymeacoffee.com/todolodo2089']

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ jobs:
4242
run: |
4343
python -m pip install --upgrade pip
4444
pip install .[testing]
45-
- name: Run pytest
46-
run: |
47-
pytest --cov=cod_api --cov-report=xml --cov-report=term-missing

0 commit comments

Comments
 (0)