Skip to content

Commit

Permalink
Merge pull request LLNL#159 from LLNL/revert-139-codecov
Browse files Browse the repository at this point in the history
Revert "Adds code coverage through Codecov"
  • Loading branch information
pearce8 authored May 9, 2024
2 parents db283eb + aa35fba commit 86ef4f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@ jobs:
run: |
pip install extrap
- name: Install coverage tools
run: |
pip install codecov
pip install pytest-cov
- name: Basic Test with pytest
run: |
PYTHONPATH=. $(which pytest) --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
files: /home/runner/work/thicket/thicket/coverage.xml
flags: unittests
verbose: true
fail_ci_if_error: true
PYTHONPATH=. $(which pytest)
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# <img src="https://raw.githubusercontent.com/llnl/thicket/develop/logo-notext.png" width="64" valign="middle" alt="thicket"/> Thicket

[![Build Status](https://github.com/llnl/thicket/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/llnl/thicket/actions)
[![codecov.io](https://codecov.io/github/LLNL/thicket/coverage.svg?branch=develop)](https://codecov.io/github/LLNL/thicket?branch=develop)
[![Read the Docs](http://readthedocs.org/projects/thicket/badge/?version=latest)](http://thicket.readthedocs.io)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down
11 changes: 0 additions & 11 deletions codecov.yml

This file was deleted.

0 comments on commit 86ef4f9

Please sign in to comment.