Skip to content

Commit

Permalink
Revert "New generic metrics API endpoint (#265)"
Browse files Browse the repository at this point in the history
This reverts commit 72f63cd.
  • Loading branch information
macfarlandian committed Dec 1, 2020
1 parent 72f63cd commit f452056
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 726 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,10 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- run: yarn lint
test-spotlight-api:
name: Test Spotlight API
runs-on: ubuntu-latest
defaults:
run:
working-directory: spotlight-api
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- run: yarn test --coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
flag-name: spotlight-api
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
path-to-lcov: spotlight-api/coverage/lcov.info
finish-coveralls:
name: Finish Coveralls
runs-on: ubuntu-latest
needs: [test-public-dashboard, test-spotlight-client, test-spotlight-api]
needs: [test-public-dashboard, test-spotlight-client]
steps:
- name: Coveralls Parallel Finished
uses: coverallsapp/github-action@master
Expand Down
51 changes: 0 additions & 51 deletions spotlight-api/app.js

This file was deleted.

97 changes: 0 additions & 97 deletions spotlight-api/app.test.js

This file was deleted.

0 comments on commit f452056

Please sign in to comment.