Skip to content

Commit

Permalink
Merge branch 'main' into orthorhombic_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Nov 9, 2023
2 parents ef8c609 + 76726d8 commit fdc4029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
pytest --cov-config=.coveragerc --cov=vasppy --cov-report lcov
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2
with:
path-to-lcov: ./coverage.lcov
file: ./coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Static type checking
run: |
Expand Down

0 comments on commit fdc4029

Please sign in to comment.