Skip to content

Commit

Permalink
Temporarily comment out codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 27, 2020
1 parent cefad41 commit d34fdbf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: npm install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
- run: npm test
- name: Report coverage
if: success()
uses: codecov/codecov-action@v1
# Commented out until this action is added in organization settings
# - name: Report coverage
# if: success()
# uses: codecov/codecov-action@v1

0 comments on commit d34fdbf

Please sign in to comment.