forked from theupdateframework/python-tuf
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish coverage on coveralls in gh workflow (WIP)
TODO: Needs more troubleshooting: - Official coveralls action does not seem to work well for Python coverallsapp/github-action#4 coverallsapp/github-action#30 - Official coveralls cli triggers 500 on coveralls.io - Inofficial coveralls action seems to correctly talk to the API but has issues finding the coverage data in the tests folder, or the corresponding code. https://github.com/AndreMiras/coveralls-python-action
- Loading branch information
Showing
2 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[run] | ||
branch = True | ||
relative_files = True | ||
|
||
omit = | ||
# Command-line scripts. | ||
|