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

refactor: oonimeasurements service #851

Merged
merged 7 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/test_ooniapi_oonimeasurements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: test ooniapi/oonimeasurements
on: push
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install hatch
run: pip install hatch

- name: Run all tests
run: make test-cov
working-directory: ./ooniapi/services/oonimeasurements/

- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
with:
flags: oonimeasurements
working-directory: ./ooniapi/services/oonimeasurements/
54 changes: 0 additions & 54 deletions ooniapi/services/measurements/pyproject.toml

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions ooniapi/services/measurements/src/measurements/main.py

This file was deleted.

100 changes: 0 additions & 100 deletions ooniapi/services/measurements/tests/conftest.py

This file was deleted.

44 changes: 0 additions & 44 deletions ooniapi/services/measurements/tests/fixtures/1_schema.sql

This file was deleted.

Loading
Loading