Skip to content

Commit 08660ad

Browse files
authored
Merge pull request #51 from Integration-Automation/dev
Release: audit, FIM, crypto, metrics, HTTP SDK, 15+ new features
2 parents ca603c9 + 0dab17a commit 08660ad

File tree

112 files changed

+12638
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+12638
-48
lines changed

.github/workflows/ci-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip wheel
51-
pip install -r dev_requirements.txt
51+
Copy-Item dev.toml pyproject.toml -Force
52+
pip install -e .
5253
pip install pytest pytest-cov
5354
- name: Run pytest with coverage
5455
run: python -m pytest tests/ -v --tb=short --cov=automation_file --cov-report=term-missing --cov-report=xml

.github/workflows/ci-stable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip wheel
51-
pip install -r requirements.txt
51+
Copy-Item stable.toml pyproject.toml -Force
52+
pip install -e .
5253
pip install pytest pytest-cov
5354
- name: Run pytest with coverage
5455
run: python -m pytest tests/ -v --tb=short --cov=automation_file --cov-report=term-missing --cov-report=xml

.idea/FileAutomation.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)