Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 10, 2025
1 parent 3b262b6 commit f022c8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
include:
- { cc: gcc, cxx: g++, features: coverage }
- { cc: gcc, cxx: g++ }
- { cc: clang, cxx: clang++, features: asan }
- { cc: clang, cxx: clang++, features: exttests }
steps:
Expand All @@ -23,12 +23,6 @@ jobs:
echo "CFLAGS=$CFLAGS -fsanitize=address,undefined,integer -fno-omit-frame-pointer -fno-sanitize-recover=all" >> $GITHUB_ENV
echo "CXXFLAGS=$CXXFLAGS -fsanitize=address,undefined,integer -fno-omit-frame-pointer -fno-sanitize-recover=all" >> $GITHUB_ENV
echo "LDFLAGS=$LDFLAGS -fsanitize=address,undefined,integer" >> $GITHUB_ENV
- name: Set up coverage
if: ${{ contains(matrix.features, 'coverage') }}
run: |
echo "CFLAGS=$CFLAGS -coverage" >> $GITHUB_ENV
echo "CXXFLAGS=$CXXFLAGS -coverage" >> $GITHUB_ENV
echo "LDFLAGS=$LDFLAGS -coverage" >> $GITHUB_ENV
- name: Configure
run: cmake . -DCMAKE_VERBOSE_MAKEFILE=yes -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
- name: Build
Expand All @@ -50,10 +44,3 @@ jobs:
make >/dev/null 2>&1 || make
)
done
- name: Upload coverage
if: ${{ contains(matrix.features, 'coverage') }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
gcov: true
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</a>

![CI](https://github.com/repology/libversion/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/repology/libversion/graph/badge.svg?token=1MOTiX9DbW)](https://codecov.io/gh/repology/libversion)
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/repology/libversion/latest.svg)](https://github.com/repology/libversion)

Advanced version string comparison library.
Expand Down

0 comments on commit f022c8d

Please sign in to comment.