Skip to content

Commit

Permalink
Merge pull request #7 from Bilkent-CYBORG/add-Coveralls-to-test-action
Browse files Browse the repository at this point in the history
add Coveralls
  • Loading branch information
cahity authored Nov 29, 2024
2 parents 3a43aa7 + becfff5 commit e855567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -31,4 +30,6 @@ jobs:
pip install -r requirements.txt
- name: Unit tests
run: |
pytest -n auto -ra
pytest -n auto --cov=vopy --cov-report=xml -ra
- name: Coveralls
uses: coverallsapp/github-action@v2
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Vector Optimization with Active Learning

[![Test Workflow](https://github.com/Bilkent-CYBORG/VOPy/actions/workflows/test.yml/badge.svg)](https://github.com/Bilkent-CYBORG/VOPy/blob/master/.github/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/Bilkent-CYBORG/VOPy/badge.svg)](https://coveralls.io/github/Bilkent-CYBORG/VOPy)
[![Documentation Status](https://readthedocs.org/projects/vopy/badge/?version=latest)](https://vopy.readthedocs.io/en/latest/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

Expand Down

0 comments on commit e855567

Please sign in to comment.