Skip to content

Commit

Permalink
Merge pull request #12 from BBMRI-cz/CI_pipeline
Browse files Browse the repository at this point in the history
Ci pipeline
  • Loading branch information
SimonKonar authored Oct 26, 2024
2 parents 188db2d + a450b5a commit 8bf8f06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Empty file modified .github/scripts/wait-for-url.sh
100644 → 100755
Empty file.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
- name: Run unit tests
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: unit

integration-tests:
needs: unit-tests
Expand All @@ -69,8 +65,3 @@ jobs:

- name: Run integration tests
run: make integration

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: integration
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PYTHON_INTERPRETER = python3
PYTEST_COMMAND = $(PYTHON_INTERPRETER) -m pytest
PYTEST_ARGS = -v -p no:cacheprovider --cov-report=xml --cov=./
PYTEST_ARGS = -v -p no:cacheprovide


.PHONY: test setup clean validate
setup: requirements.txt ## Install required packages
Expand Down

0 comments on commit 8bf8f06

Please sign in to comment.