Skip to content

Commit

Permalink
ci: update node version, remove failing codecov temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Mar 7, 2023
1 parent f418930 commit 7f58071
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
check-latest: true

- name: Add to Hosts
Expand Down Expand Up @@ -124,10 +124,3 @@ jobs:
run: cd ~/frappe-bench/ && bench --site test_site run-tests --app healthcare
env:
TYPE: server

- name: Upload coverage data
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
files: /home/runner/frappe-bench/sites/coverage.xml
verbose: true
24 changes: 0 additions & 24 deletions codecov.yml

This file was deleted.

0 comments on commit 7f58071

Please sign in to comment.