-
Notifications
You must be signed in to change notification settings - Fork 28
Commit f1ddf01
committed
Update ci, in line with gitdb
This updates smmap's CI configuration in ways that are in line with
recent updates to gitdb's. In most cases there is no difference in
the changes, and the reason for the updates is more to avoid
confusing differences than from the value of the changes
themselves. In one case, there is a major difference (fetch-depth).
- gitpython-developers/gitdb#89 (same)
- gitpython-developers/gitdb#90 (same)
It's just the project, not dependencies, but otherwise the same.
- gitpython-developers/gitdb#92 (opposite)
This is the major difference. We don't need more than the tip of
the branch in these tests. Keeping the default fetch-depth of 1
by not setting it explicitly avoids giving the impression that
the tests here are doing something they are not (and also serves
as a speed optimization).
- gitpython-developers/gitdb#93 (same)1 parent 256c5a2 commit f1ddf01
2 files changed
+14
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
19 | 24 |
| |
20 | 25 |
| |
21 | 26 |
| |
22 | - | ||
23 | - | ||
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
28 | - | ||
29 | - | ||
31 | + | ||
32 | + | ||
30 | 33 |
| |
31 | 34 |
| |
35 | + | ||
32 | 36 |
| |
33 | 37 |
| |
34 | 38 |
| |
|
0 commit comments