You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Here's how to run all the development stuff.
10
10
*`pytest -v` in the root directory
11
11
* It's best to run a test against Notion's API as well with `pipenv run python -m md2notion.upload [token] https://www.notion.so/TestPage-8937635afd984d2f953a1750dfce4d26 tests/COMPREHENSIVE_TEST.md` with your token and page.
12
12
* To test coverage run `pipenv run coverage run -m pytest -v`
13
-
* Then run `pipenv run coverage report` or `pipenv run coverage html` and browser the coverage
13
+
* Then run `pipenv run coverage report` or `pipenv run coverage html` and browser the coverage (TODO: Figure out a way to make a badge for this??)
14
14
15
15
## Releasing
16
16
Refer to [the python docs on packaging for clarification](https://packaging.python.org/tutorials/packaging-projects/).
0 commit comments