Skip to content

Commit

Permalink
coverage combine
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Dec 14, 2024
1 parent ee06889 commit 6bfc063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Coveralls
run: |
cd fiduswriter
coverage combine
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ __pycache__/
venv/
.envrc
.direnv/
fiduswriter/.transpile
.transpile
fiduswriter.sql
.~*
static-libs/
fiduswriter/.*
fiduswriter/media
fiduswriter/static-libs
static-libs/
fiduswriter/static-transpile
fiduswriter/static-collected
fiduswriter/.coveragerc
fiduswriter/.coverage
fiduswriter/configuration.py
fiduswriter/fiduswriter.sql
fiduswriter/fiduswriter.sqlite3
fiduswriter/screenshots
fiduswriter.sql
.~*

0 comments on commit 6bfc063

Please sign in to comment.