Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into add_event_year_picker
Browse files Browse the repository at this point in the history
  • Loading branch information
dracco1993 committed Jun 20, 2020
2 parents 8d0884d + e685e08 commit 7f4cc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,4 @@ jobs:
- name: Build
run: npm run build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v1.0.7
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
TBA_API_AUTH_KEY: ${{ secrets.TBA_API_AUTH_KEY }}
run: npm run build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v1.0.7
- name: Archive production artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 7f4cc2c

Please sign in to comment.