We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb557cf commit de71a53Copy full SHA for de71a53
1 file changed
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
- name: test run subprocess
21
run: |
22
python test_root.py
23
+ git rev-parse --show-toplevel
24
+ git remote
25
- name: Upload coverage to Codecov using uploader
26
27
curl -Os https://uploader.codecov.io/v0.7.1/linux/codecov
@@ -72,6 +74,8 @@ jobs:
72
74
73
75
76
77
78
79
80
81
0 commit comments