Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRut committed Sep 5, 2021
1 parent 9c668b5 commit 278c2ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/validate.yml
@@ -1,4 +1,4 @@
name: Python package
name: unit tests

on: [push]

Expand All @@ -20,7 +20,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade tox
pip3 install --upgrade coveralls
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
- name: Test with tox
run: |
tox -e py
tox -e py
- name: Publish test results
run: |
coveralls

0 comments on commit 278c2ea

Please sign in to comment.