We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e494b commit 381aa9eCopy full SHA for 381aa9e
.github/workflows/publish.yml
@@ -23,3 +23,5 @@ jobs:
23
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
24
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
25
run: flit publish
26
+ - name: Deploy Documentation
27
+ run: make doc-deploy
.github/workflows/test.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Install Dependencies
21
run: flit install --symlink
22
- name: Test
- run: pytest --cov=ellar --cov-report=xml tests
+ run: make test-cov
- name: Coverage
uses: codecov/codecov-action@v3.1.1
0 commit comments