Skip to content

Commit

Permalink
.github/workflows/tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Sep 14, 2023
1 parent aaee411 commit eba3941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
jobs:
test:
if: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
Expand All @@ -19,7 +18,7 @@ jobs:
- name: Install dependencies (Yarn)
run: yarn
- name: Run tests
run: yarn test
run: yarn test --cov=minchoc --cov-branch
- if: matrix.python-version == 3.11
name: Coveralls
run: poetry run coveralls --service=github
Expand Down

0 comments on commit eba3941

Please sign in to comment.