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 4e480e3 commit 8c8769cCopy full SHA for 8c8769c
.github/workflows/ci.yml
@@ -32,11 +32,10 @@ jobs:
32
- name: Run Tests
33
run: make run_tests
34
35
- - name: Upload coverage results to Coveralls
36
- uses: coverallsapp/github-action@master
37
- with:
38
- github-token: ${{ secrets.GITHUB_TOKEN }}
39
- path-to-lcov: ./lcov.info
+ - name: Install dev dependencies for coveralls
+ run: |
+ pip install --upgrade pip wheel coverage coveralls
+
40
41
release-please:
42
needs: test
0 commit comments