Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Oct 23, 2023
1 parent 08a3df1 commit 3a7b585
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ jobs:
run: |
coverage run -m unittest discover -s ./iblrig/test -t .
- name: Upload coverage data to coveralls.io
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}, ${{ matrix.os }}
COVERALLS_PARALLEL: true
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate requirements_frozen.txt
run: pip freeze > requirements_frozen.txt
Expand Down

0 comments on commit 3a7b585

Please sign in to comment.