Skip to content

Commit

Permalink
Merge pull request #99 from Helmholtz-AI-Energy/base_integration_test
Browse files Browse the repository at this point in the history
Base integration test
  • Loading branch information
oskar-taubert authored Oct 24, 2023
2 parents 0729d6c + 6e22ddd commit 6fe4267
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff pytest pytest-cov
pip install coverage-badge
pip install -r requirements.txt
pip install .
- name: Lint with ruff
Expand All @@ -30,8 +31,7 @@ jobs:
- name: Test with pytest
run: |
pytest --cov=propulate
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2
coverage-badge -fo coverage.svg
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v16
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7785/badge)](https://www.bestpractices.dev/projects/7785)
[![](https://img.shields.io/badge/Contact-marie.weiel%40kit.edu-orange)](mailto:[email protected])
[![Documentation Status](https://readthedocs.org/projects/propulate/badge/?version=latest)](https://propulate.readthedocs.io/en/latest/?badge=latest)
![](./coverage.svg)

# **Click [here](https://www.scc.kit.edu/en/aboutus/16956.php) to watch our 3 min introduction video!**

Expand Down
6 changes: 3 additions & 3 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added tests/__init__.py
Empty file.

0 comments on commit 6fe4267

Please sign in to comment.