TigerFetch.jl

Download TIGER/Line shapefiles from the US Census Bureau
Log | Files | Refs | README | LICENSE

commit c8dfe5199bfb0a3bbda6c254da80232aee66870a
parent dce2cfbcf12af17cd6ff4e51b1dcd17147a19157
Author: Erik Loualiche <eloualic@umn.edu>
Date:   Sun, 23 Feb 2025 21:04:37 -0600

Full tests and codecov

Diffstat:
M.github/workflows/CI.yml | 3---
MREADME.md | 9+++++++++
Mtest/runtests.jl | 2+-
3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -14,9 +14,6 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} - env: - WRDS_USERNAME: ${{ secrets.WRDS_USERNAME }} - WRDS_PWD: ${{ secrets.WRDS_PWD }} strategy: fail-fast: false matrix: diff --git a/README.md b/README.md @@ -46,3 +46,12 @@ You can use it #### Julia package Look at the test suite (specifically `UnitTests/downloads.jl`) for now + + + + +[![CI](https://github.com/eloualiche/TigerFetch.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/eloualiche/TigerFetch.jl/actions/workflows/CI.yml) +[![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/eloualiche/Prototypes.jl/actions/workflows/CI.yml) +[![codecov](https://codecov.io/gh/eloualiche/TigerFetch.jl/graph/badge.svg?token=OZRTOQU9H6)](https://codecov.io/gh/eloualiche/TigerFetch.jl) + + diff --git a/test/runtests.jl b/test/runtests.jl @@ -9,7 +9,7 @@ using SHA const testsuite = [ "assets", - # "downloads", + "downloads", ] # --------------------------------------------------------------------------------------------------