Skip to content

Commit

Permalink
mv coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 11, 2021
1 parent a0e13be commit 94947b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# Triggers the workflow on push or pull request events
push:
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
working-directory: python
run: |
pytest --cov intercoop intercoop
mv .coverage ..
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit 94947b2

Please sign in to comment.