Skip to content

Commit

Permalink
Comment out covergae upload in actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 8, 2023
1 parent c1125a1 commit b4c984e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- run: npm install
- name: Generate coverage report
run: npm run coverage-ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: ./coverage/lcov.info
fail_ci_if_error: true
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# file: ./coverage/lcov.info
# fail_ci_if_error: true
2 changes: 1 addition & 1 deletion test/test-mocha.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2023 Digital Bazaar, Inc. All rights reserved.
*/
import chai from 'chai';
global.should = chai.should();

0 comments on commit b4c984e

Please sign in to comment.