未验证 提交 44bf2da7 编写于 作者: A Anastasia Yasakova 提交者: GitHub

Codecov report after completion of full CI (#6293)

- Added upload to Codecov with token
- Codecov report after completion of full CI
上级 e8a31b87
......@@ -19,3 +19,9 @@ component_management:
- cvat-sdk/**
- utils/**
codecov:
require_ci_to_pass: yes
notify:
wait_for_ci: yes
after_n_builds: 16
......@@ -175,6 +175,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from cvat containers
if: failure() && steps.run_tests.conclusion == 'failure'
......@@ -241,6 +243,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from cvat containers
if: failure()
......@@ -346,6 +350,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from "cvat" container logs
if: failure()
......
......@@ -168,6 +168,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from cvat containers
if: failure() && steps.run_tests.conclusion == 'failure'
......@@ -232,6 +234,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from cvat containers
if: failure()
......@@ -335,6 +339,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from "cvat" container logs
if: failure()
......
......@@ -197,6 +197,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
e2e_testing:
needs: build
......@@ -312,6 +314,8 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Creating a log file from "cvat" container logs
if: failure()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册