Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mn/#3-support-lates…
Browse files Browse the repository at this point in the history
…t-elasticsearch-dsl-6

# Conflicts:
#	Makefile
  • Loading branch information
codekiln committed Jul 13, 2023
2 parents 30afbc4 + 8b33c3d commit 6c0709c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
TOX_ENV=$(echo "py${{ matrix.python-version }}-django-${{ matrix.django-version }}-es${{ matrix.es-dsl-version }}" | tr -d .)
echo -e "TOX_ENV: $TOX_ENV"
python -m tox -e $TOX_ENV
#
# - name: Publish Coverage Report
# uses: codecov/codecov-action@v1
- name: Publish Coverage Report
uses: codecov/codecov-action@v3
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: clean coverage help \
quality requirements selfcheck syncdb load test test-all upgrade validate pylintrc
quality requirements selfcheck syncdb load test test-all upgrade validate pylintrc validate_cover

.DEFAULT_GOAL := help

Expand Down Expand Up @@ -102,3 +102,6 @@ down:
docker compose down



validate_cover:
curl --data-binary @codecov.yml https://codecov.io/validate

0 comments on commit 6c0709c

Please sign in to comment.