-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update the TIOBE reporting for the changes in coverage calculation (
#1367) We recently changed `tox -e unit` to not produce a coverage report. This PR adjust the TIOBE workflow to account for that - running `tox -e coverage` instead. Since this will now be one of the main uses for that command, I've also moved the `coverage xml` command into the tox steps rather than being in the workflow, and adjusted the `.gitignore` accordingly.
- Loading branch information
1 parent
7c51afa
commit 107fdd7
Showing
3 changed files
with
3 additions
and
2 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 |
---|---|---|
|
@@ -8,6 +8,7 @@ venv | |
/docsenv | ||
.vscode | ||
.coverage | ||
coverage.xml | ||
/.tox | ||
.*.swp | ||
|
||
|
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