Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cov module instead of folder path #374

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

Kartstig
Copy link
Contributor

@Kartstig Kartstig commented Oct 1, 2024

I was able to verify the output by running the unit tests locally

Screenshot from 2024-10-01 12-29-38

@@ -122,8 +122,8 @@ pytest-integrative:

pytest-unit:
@echo "Running unit tests"
docker run -v $(shell pwd)/$(WORK_DIR):/$(WORK_DIR) $(IMAGE_REPO):$(PLATFORM)-$(ENV) \
/bin/bash -l -c "cd atomsci/ddm/test/unit && python3.9 -m pytest --capture=sys --capture=fd --cov=atomsci/ -vv"
docker run -v $(shell pwd)/$(WORK_DIR):/$(WORK_DIR) $(IMAGE_REPO):$(TAG) \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I had changed most of $(PLATFORM)-$(ENV) --> $(TAG) 🤔

@mauvais2 mauvais2 merged commit 1116f36 into ATOMScience-org:master Oct 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants