Skip to content

Commit

Permalink
gh actions: drop codecov
Browse files Browse the repository at this point in the history
This now fails with

```
{'detail': ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found')}
```
  • Loading branch information
flokli committed Jun 14, 2023
1 parent 6c2a73e commit e8182ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ jobs:
run: |
source ./env/bin/activate
python setup.py install
- name: Generate coverage report
run: |
source ./env/bin/activate
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
- name: Docs
run: |
source ./env/bin/activate
Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
afew
====

|GithubTag| |CodeCov| |CI Status|
|GithubTag| |CI Status|

About
-----
Expand Down Expand Up @@ -68,7 +68,5 @@ Have fun :)

.. |GithubTag| image:: https://img.shields.io/github/tag/afewmail/afew.svg
:target: https://github.com/afewmail/afew/releases
.. |CodeCov| image:: https://codecov.io/gh/afewmail/afew/branch/master/graph/badge.svg
:target: https://codecov.io/gh/afewmail/afew
.. |CI Status| image:: https://github.com/afewmail/afew/workflows/CI/badge.svg
:target: https://github.com/afewmail/afew/actions

0 comments on commit e8182ac

Please sign in to comment.