Skip to content

Add the ability to get historical data using a specified date range #424

Add the ability to get historical data using a specified date range

Add the ability to get historical data using a specified date range #424

Workflow file for this run

name: Test Coveralls
on: ["push", "pull_request"]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Coverage
run: |
npm ci
npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}