Skip to content

Commit 835c2d7

Browse files
committed
upload two codecov reports for two databases
1 parent a1b3de7 commit 835c2d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ jobs:
100100
pip install -r tests/test-requirements.txt
101101
- name: Test with pytest, SQLite
102102
run: ./scripts/test-sqlite.sh
103+
- name: Upload coverage
104+
uses: codecov/codecov-action@v1
105+
if: matrix.python-version == '3.7'

0 commit comments

Comments
 (0)