commit c8dfe5199bfb0a3bbda6c254da80232aee66870a
parent dce2cfbcf12af17cd6ff4e51b1dcd17147a19157
Author: Erik Loualiche <[email protected]>
Date: Sun, 23 Feb 2025 21:04:37 -0600
Full tests and codecov
Diffstat:
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
+
+
+
+
+[](https://github.com/eloualiche/TigerFetch.jl/actions/workflows/CI.yml)
+[](https://github.com/eloualiche/Prototypes.jl/actions/workflows/CI.yml)
+[](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",
]
# --------------------------------------------------------------------------------------------------