Skip to content

Commit

Permalink
🔨 🔥 Rectified failing CI by removing all codecov features including r…
Browse files Browse the repository at this point in the history
…oot README.md coverage badge.

Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode committed Mar 13, 2024
1 parent 45f238b commit 408ba52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: CI

on: [push, pull_request]

Expand All @@ -9,18 +9,8 @@ jobs:
env:
- {ROS_DISTRO: eloquent, ROS_REPO: testing}
- {ROS_DISTRO: eloquent, ROS_REPO: main}
env:
CCACHE_DIR: /github/home/.ccache
CODE_COVERAGE: "codecov.io"

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
# Run industrial_ci
- uses: 'cardboardcode/industrial_ci@pr-coverage'
env: ${{ matrix.env }}
- uses: codecov/codecov-action@v1
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


[![build](https://github.com/cardboardcode/virtual_camera/actions/workflows/industrial_ci_action.yml/badge.svg)](https://github.com/cardboardcode/virtual_camera/actions/workflows/industrial_ci_action.yml)
[![codecov](https://codecov.io/gh/cardboardcode/virtual_camera/branch/main/graph/badge.svg?token=DITZXL86DN)](https://codecov.io/gh/cardboardcode/virtual_camera)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## **What Is This**?
Expand Down

0 comments on commit 408ba52

Please sign in to comment.