-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from thorgate/chore/prepare-release
chore: Prepare for release
- Loading branch information
Showing
35 changed files
with
435 additions
and
575 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,18 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
poetry install | ||
- name: Lint | ||
run: | | ||
poetry run make lint | ||
- name: Test with tox | ||
run: | | ||
poetry run make test-all | ||
poetry run make coverage | ||
- name: Code Coverage Summary Report | ||
uses: irongut/[email protected] | ||
with: | ||
filename: coverage.xml | ||
format: 'markdown' | ||
output: 'both' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,12 @@ Credits | |
Development Lead | ||
---------------- | ||
|
||
* Rivo Laks <rivo@thorgate.eu> | ||
* Jyrno Ader <jyrno@thorgate.eu> | ||
|
||
Contributors | ||
------------ | ||
|
||
* Rivo Laks <[email protected]> | ||
* Taavi Teska <[email protected]> | ||
* Jorgen Ader <[email protected]> | ||
* Sergey Kovalskiy <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.