Commit df022fe
authored
docs: fix stale storage path in CLI help, remove misleading codecov badge (#23)
- download-extract's docstring (shown via --help) said files are
stored under gtfs_data/YEAR/MONTH/DAY, but the real constant is
GTFS_ARCHIVE_FOLDER = 'gtfs_archive' (config.py). Fix the path in
the help text.
- Removed the codecov badge: there are no test files anywhere in this
repo (deleted in a past commit) and CI.yml only builds/pushes the
Docker image, so codecov never receives real coverage data. Kept
the CI build-status badge since it does reflect a real, accurate
signal (whether the image build/deploy succeeded).1 parent e76e01b commit df022fe
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments