Skip to content

Commit

Permalink
Added github actions v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aasensio committed Sep 22, 2023
1 parent 2793b7f commit 62da70a
Show file tree
Hide file tree
Showing 2 changed files with 3,605 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:
- name: Test with pytest
run: |
py.test -v --cov hazel
py.test -v --cov-report lcov --cov hazel
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov

# - name: Build wheels
# uses: pypa/cibuildwheel@v2.16.0
Loading

0 comments on commit 62da70a

Please sign in to comment.