Skip to content

Th/smiles - #2

Merged
thomasrockhu-codecov merged 3 commits into
mainfrom
th/smiles
Aug 19, 2026
Merged

Th/smiles#2
thomasrockhu-codecov merged 3 commits into
mainfrom
th/smiles

Conversation

@thomasrockhu-codecov

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread .github/workflows/ci.yml
Comment on lines +26 to +43
runs-on: ubuntu-latest
name: Test python API
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install requirements
run: pip install -r api/requirements.txt
- name: Run tests and collect coverage
run: pytest --cov=smiles.smiles --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flag: smiles

all:
Comment thread .github/workflows/ci.yml Fixed
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 97.77%. Comparing base (2eeb244) to head (f777e92).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
smiles/smiles.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main       #2      +/-   ##
===========================================
- Coverage   100.00%   97.77%   -2.23%     
===========================================
  Files            1        4       +3     
  Lines           11       45      +34     
===========================================
+ Hits            11       44      +33     
- Misses           0        1       +1     
Flag Coverage Δ
all 97.77% <87.50%> (?)
api 100.00% <ø> (?)
smiles 80.00% <80.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Comment thread .github/workflows/ci.yml
Comment on lines +44 to +59
runs-on: ubuntu-latest
name: Test python API
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install requirements
run: pip install -r api/requirements.txt
- name: Run tests and collect coverage
run: pytest --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: all
@thomasrockhu-codecov
thomasrockhu-codecov merged commit be41fd3 into main Aug 19, 2026
9 of 11 checks passed
@thomasrockhu-codecov
thomasrockhu-codecov deleted the th/smiles branch August 19, 2026 17:43
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