forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Don't remove .coverage file & set empty suffix.
Fixes zulip#14962 * codecov needs `.coverage` file in the pwd to upload coverage results. * cov.data_suffix=False doesn't work anymore. So we explicity set it to "". Filed issue as nedbat/coveragepy#989
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 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 |
---|---|---|
|
@@ -24,7 +24,6 @@ exclude_lines = | |
^\s*\.\.\. | ||
|
||
[run] | ||
data_file=var/.coverage | ||
omit = | ||
*/zulip-venv-cache/* | ||
*/migrations/* | ||
|
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