-
Notifications
You must be signed in to change notification settings - Fork 23
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
New Testsuite #464
New Testsuite #464
Conversation
Codecov Report
@@ Coverage Diff @@
## master #464 +/- ##
===========================================
- Coverage 65.51% 55.37% -10.14%
===========================================
Files 17 17
Lines 2047 2046 -1
===========================================
- Hits 1341 1133 -208
- Misses 706 913 +207
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@spco Am I reading this wrong or CodeCov is working again? I haven't touched it. |
No idea - as far as I am concerned, CodeCov's input here should just be ignored regardless! :D |
You mean ignore it for this type of PR? |
Frankly, I don't trust it to be meaningful and/or correct on any PR! |
Fair enough. Should we consider removing it altogether or mark it as something to be (eventually) fixed? |
Any idea why test fails on MacOS with gfortran 8? It gives an error about sundials, but it appears that cvode is installed correctly. |
I'm not sure, but I think the error in the
It looks like the image we use - I suspect this may have something to do with it - perhaps v11 has some different permissions, or something else. To diagnose whether this is the cause, perhaps you could change AtChem2/.github/workflows/ci.yml Line 25 in 4d72237
macOS-10.15 (note the capitalisation) and see whether that runs successfully?
|
Looks like that. I will leave it to version 10.15 for the time being and make a note of it. |
Starting work on the new test suite. This PR contains some reorganization of the directories to allow the new and the old tests to run in parallel until work is completed.
To make things clearer, the command to run the build and behavioural tests has been changed from
make tests
tomake modeltests
.