-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix coverage combine for different OS's (#778)
* ci: fix coverage combine for different OS's Signed-off-by: Henry Schreiner <[email protected]> * tests: remove some coverage ignore pragmas Signed-off-by: Henry Schreiner <[email protected]> * ci: manually ignore broken path on Windows Signed-off-by: Henry Schreiner <[email protected]> * ci: try to fix paths again Signed-off-by: Henry Schreiner <[email protected]> * WIP: add some debugging info Signed-off-by: Henry Schreiner <[email protected]> * WIP: fixup Signed-off-by: Henry Schreiner <[email protected]> * WIP: try non-editable install Signed-off-by: Henry Schreiner <[email protected]> * ci: use module vs. path Signed-off-by: Henry Schreiner <[email protected]> * ci: require proper version of coverage Signed-off-by: Henry Schreiner <[email protected]> * ci: drop relative paths Signed-off-by: Henry Schreiner <[email protected]> * ci: editable install with non-rel paths Signed-off-by: Henry Schreiner <[email protected]> * ci: clean up changes Signed-off-by: Henry Schreiner <[email protected]> * ci: try adding sources for coverage Signed-off-by: Henry Schreiner <[email protected]> * ci: try manually fixing the coverage files on Windows Signed-off-by: Henry Schreiner <[email protected]> * ci: try omit instead of changing the sqlite file Signed-off-by: Henry Schreiner <[email protected]> * revert: previous commit --------- Signed-off-by: Henry Schreiner <[email protected]>
- Loading branch information
Showing
6 changed files
with
25 additions
and
16 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
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
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,3 +1,4 @@ | ||
coverage[toml]>=5.3 | ||
flask | ||
myst-parser | ||
pytest>=6.0 | ||
|