Skip to content

Commit

Permalink
For #269: Fix Coveralls (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-boris committed Nov 5, 2021
1 parent b95d354 commit 964da77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[run]
omit = kinto_http/tests/*
relative_files = True
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
make install-dev
- name: Use kinto @ master
if: matrix.toxenv == 'py38-master'
if: matrix.toxenv == 'py39-master'
run: pip install --pre -U https://github.com/Kinto/kinto/tarball/master

- name: Run server
Expand Down

0 comments on commit 964da77

Please sign in to comment.