Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
last format
  • Loading branch information
thomasrockhu committed Aug 27, 2020
commit ab4f15d5641c9502436ee4099bd68f3778e26bd4
4 changes: 3 additions & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,9 @@ def test_ci_gitlab(self):
)
def test_ci_github(self):
self.set_env(
HOME="/", CODECOV_TOKEN="token", CODECOV_NAME="name",
HOME="/",
CODECOV_TOKEN="token",
CODECOV_NAME="name",
)
self.fake_report()
res = self.run_cli()
Expand Down