fix: Add an "Export Date" option to QBO CCP date options (#1148) #4588
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Codecov Report Upload | |
# on: | |
# push: | |
# branches: | |
# - master | |
# pull_request: | |
# types: [labeled] | |
# jobs: | |
# unit-test: | |
# permissions: write-all | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v1 | |
# - name: Setup GitHub Action | |
# uses: actions/setup-node@v1 | |
# with: | |
# node-version: 14.18 | |
# - name: Install dependencies | |
# run: npm install | |
# - name: Test | |
# run: npm run unit_test:ci | |
# env: | |
# FYLE_CLIENT_ID: "lolo" | |
# CALLBACK_URI: "http://lolo.fyle.tech/callback" | |
# API_URL: "http://lolo.fyle.tech" | |
# FYLE_APP_URL: "http://lolo.fyle.tech" | |
# - name: Unit Test Coverage | |
# uses: fylein/comment-test-coverage@master | |
# with: | |
# token: ${{ secrets.GITHUB_TOKEN }} | |
# path: coverage/coverage-summary.json | |
# title: Unit Test Coverage |