Skip to content

Commit

Permalink
Remove tools/code_check and update codecov (gazebosim#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored May 14, 2021
1 parent 5a63fec commit 69da24d
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 6,523 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: ci
uses: ignition-tooling/action-ignition-ci@bionic
with:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
codecov-enabled: true
focal-ci:
runs-on: ubuntu-latest
name: Ubuntu Focal CI
Expand Down
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ project(ignition-launch2 VERSION 2.2.1)
#============================================================================
# Find ignition-cmake
#============================================================================
find_package(ignition-cmake2 REQUIRED)
find_package(ignition-cmake2 2.8.0 REQUIRED)
set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})

#============================================================================
# Configure the project
#============================================================================
ign_configure_project()

# Create cppcheck suppression list file.
configure_file(tools/cppcheck.suppress.in ${CMAKE_BINARY_DIR}/cppcheck.suppress)

#============================================================================
# Set project-specific options
#============================================================================
Expand Down
81 changes: 0 additions & 81 deletions tools/check_test_ran.py

This file was deleted.

130 changes: 0 additions & 130 deletions tools/code_check.sh

This file was deleted.

1 change: 0 additions & 1 deletion tools/cppcheck.suppress.in

This file was deleted.

10 changes: 0 additions & 10 deletions tools/cppcheck_rules/header_guard.rule

This file was deleted.

12 changes: 0 additions & 12 deletions tools/cppcheck_rules/isinf_namespace.rule

This file was deleted.

9 changes: 0 additions & 9 deletions tools/cppcheck_rules/namespace_AZ.rule

This file was deleted.

Loading

0 comments on commit 69da24d

Please sign in to comment.