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

CI fix: Test on push to master branch, not main! #611

Merged
merged 2 commits into from
Jun 23, 2024

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Jun 23, 2024

We haven't been running CI on pushes to master since #573, whoops!
My bad. 😢

I also needed to pin the ASE version since the recently released version 3.23 broke one of our tests that hardcodes a binary output from ase.Atoms.write. I opened #612 with more details.

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.19%. Comparing base (7c9a3ef) to head (b46b963).
Report is 25 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   96.21%   96.19%   -0.02%     
==========================================
  Files          11       11              
  Lines        1188     1183       -5     
==========================================
- Hits         1143     1138       -5     
  Misses         45       45              
Flag Coverage Δ
python-3.10 96.19% <ø> (-0.02%) ⬇️
python-3.9 96.19% <ø> (-0.02%) ⬇️

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

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

@danielhollas danielhollas mentioned this pull request Jun 23, 2024
@danielhollas danielhollas requested review from unkcpz and superstar54 and removed request for unkcpz June 23, 2024 17:06
@danielhollas
Copy link
Contributor Author

Going to merge this to unblock the other PRs.

Recently released version ase 3.23 broke one of our tests that hardcodes
a binary output from ase.Atoms.write. I opened aiidalab#612 with more details.
@danielhollas danielhollas merged commit 7984c8e into aiidalab:master Jun 23, 2024
11 checks passed
@danielhollas danielhollas deleted the test-on-master branch June 23, 2024 17:19
@unkcpz
Copy link
Member

unkcpz commented Jun 24, 2024

Ha, interesting~ I am wondering anyelse master we still have in aiidalab?

@danielhollas
Copy link
Contributor Author

I am not aware of any.

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