Skip to content

Commit

Permalink
TST: Remove codecov action as it failed regularly
Browse files Browse the repository at this point in the history
fixes #2229
  • Loading branch information
wagner-intevation authored and sebix committed Aug 16, 2022
1 parent 21ffafc commit 30e96b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ name: "Unit tests"
on:
push:
branches: [develop, maintenance, master]
paths-ignore:
- '.github/**'
pull_request:
branches: [develop, maintenance]
paths-ignore:
Expand Down Expand Up @@ -78,9 +76,3 @@ jobs:
- name: Run full testsuite
if: ${{ matrix.type == 'full' }}
run: TZ=utc INTELMQ_TEST_DATABASES=1 INTELMQ_TEST_EXOTIC=1 pytest --cov intelmq/ --cov-report=xml --cov-branch intelmq/ contrib/

- name: Run codecov
if: ${{ matrix.type == 'full' }}
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ CHANGELOG
- Reverse DNS expert tests: remove outdated failing test `test_invalid_ptr` (PR#2208 by Sebastian Wagner, fixes #2206).
- Add test dependency `requests_mock` to the `development` extra requirements in `setup.py` (PR#2210 by Sebastian Wagner).
- Threshold Expert tests: Use environment variable `INTELMQ_PIPELINE_HOST` as redis host, analogous to other tests (PR#2209 by Sebastian Wagner, fixes #2207).
- Remove codecov action as it failed regularly (PR#2237 by Sebastian Wagner, fixes #2229).

### Tools
- `intelmqctl`: fix process manager initialization if run non-interactively, as intelmqdump does it (PR#2189 by Sebastian Wagner, fixes 2188).
Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to IntelMQ!
.. image:: docs/_static/Logo_Intel_MQ.svg
:alt: IntelMQ

|Build Status| |codecov.io| |CII Badge|
|Build Status| |CII Badge|

**IntelMQ** is a solution for IT security teams (CERTs & CSIRTs, SOCs, abuse
departments, etc.) for collecting and processing security feeds (such as
Expand Down Expand Up @@ -101,7 +101,5 @@ This project was partially funded by the CEF framework

.. |Build Status| image:: https://github.com/certtools/intelmq/workflows/Nosetest%20test%20suite/badge.svg
:target: https://github.com/certtools/intelmq/actions
.. |codecov.io| image:: https://codecov.io/github/certtools/intelmq/coverage.svg?branch=develop
:target: https://codecov.io/github/certtools/intelmq?branch=master
.. |CII Badge| image:: https://bestpractices.coreinfrastructure.org/projects/4186/badge
:target: https://bestpractices.coreinfrastructure.org/projects/4186/
4 changes: 1 addition & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ IntelMQ
.. figure:: _static/Logo_Intel_MQ.png
:alt: IntelMQ

|Build Status| |codecov.io| |CII Badge|
|Build Status| |CII Badge|

.. |Build Status| image:: https://github.com/certtools/intelmq/workflows/Nosetest%20test%20suite/badge.svg
:target: https://github.com/certtools/intelmq/actions
.. |codecov.io| image:: https://codecov.io/github/certtools/intelmq/coverage.svg?branch=develop
:target: https://codecov.io/github/certtools/intelmq?branch=master
.. |CII Badge| image:: https://bestpractices.coreinfrastructure.org/projects/4186/badge
:target: https://bestpractices.coreinfrastructure.org/projects/4186/

Expand Down

0 comments on commit 30e96b9

Please sign in to comment.