Skip to content

Commit

Permalink
Merge pull request #35 from ghrcdaac/mlh0079-5614-coverage-badge
Browse files Browse the repository at this point in the history
 - Reenable coverage report.
  • Loading branch information
camposeddie authored Dec 1, 2023
2 parents a994995 + b4137a9 commit a2d6c81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
- name: Types with mypy
run: |
mypy --ignore-missing-imports pylot/
# - name: Test with pytest
# run: |
# coverage run -m pytest
# coverage lcov -o ./coverage/lcov.info
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Test with pytest
run: |
coverage run -m pytest
coverage lcov -o ./coverage/lcov.info
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}



Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/ghrcdaac/cloud-operations-tool-py/badge.svg?branch=main)](https://coveralls.io/github/ghrcdaac/cloud-operations-tool-py?branch=main)
![Build Status](https://github.com/ghrcdaac/cloud-operations-tool-py/actions/workflows/build-and-test.yml/badge.svg?branch=main)
![Code Quality Workflow](https://github.com/ghrcdaac/cloud-operations-tool-py/actions/workflows/code-quality.yml/badge.svg?branch=main)
![Code Quality](https://api.codiga.io/project/33781/score/svg)
![Code Grade](https://api.codiga.io/project/33781/status/svg)
<p align="center">
<img src="img/pylot.svg"
alt="pylot" width=50%/>
Expand Down

0 comments on commit a2d6c81

Please sign in to comment.