Skip to content
Snippets Groups Projects
Unverified Commit c87608f5 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

[CI] Upgrade `codecov` action to v3 (#28818) (#28830)

parent e360701b
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ jobs:
- name: Collect the test coverage
run: clojure -X:dev:ee:ee-dev:test:cloverage
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./target/coverage/codecov.json
flags: back-end
......
......@@ -90,7 +90,7 @@ jobs:
- run: yarn run test-unit --coverage --silent
name: Run frontend unit tests
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info
flags: front-end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment