-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (29 loc) · 1.01 KB
/
codecov-actions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# name: code coverage
# on: [push]
# jobs:
# code-coverage-tests:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# redis-version: [6]
# env:
# TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
# TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
# TEST_CRC_TOKEN: ${{ secrets.TEST_CRC_TOKEN }}
# TEST_CRC_RESPONSE: ${{ secrets.TEST_CRC_RESPONSE }}
# PICKATRANDOM_SCREEN_NAME: ${{ secrets.PICKATRANDOM_SCREEN_NAME }}
# PICKATRANDOM_USERID: ${{ secrets.PICKATRANDOM_USERID }}
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: "14"
# - name: Install redis
# run: sudo apt-get install -y redis-tools redis-server
# - run: node -v
# - run: yarn -v
# - name: Verify that redis is up
# run: redis-cli ping
# - run: yarn install
# - run: yarn test:codecov
# - run: bash <(curl -s https://codecov.io/bash) # Upload to Codecov