-
Notifications
You must be signed in to change notification settings - Fork 13
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] Avoid running the tests twice when coverage is computed #10
Labels
bug
Something isn't working
Comments
Addressed in 0fd08c6. |
Shall we close this now or link it to the PR to close it once it's merged? |
The second option.
Federico Raimondo, PhD
Post-Doctoral Researcher
Applied Machine Learning
Institute of Neuroscience and Medicine (INM-7: Brain and Behaviour)
Research Centre Jülich
Jülich, Germany
Tel: +49 02461/61 96083<tel:+4924616196083>
Institute of Systems Neuroscience
Heinrich Heine University Düsseldorf
Düsseldorf, Germany
…________________________________
From: Synchon Mandal ***@***.***>
Sent: Wednesday, July 27, 2022 12:40:27 PM
To: juaml/junifer ***@***.***>
Cc: Fede Raimondo ***@***.***>; Author ***@***.***>
Subject: Re: [juaml/junifer] [CI] Avoid running the tests twice when coverage is computed (Issue #10)
Shall we close this now or link it to the PR to close it once it's merged?
—
Reply to this email directly, view it on GitHub<#10 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABCJDA55MXR7QSD2EXSPOUTVWD7YXANCNFSM54VCETOQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Volker Rieke
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr. Astrid Lambrecht,
Prof. Dr. Frauke Melchior
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Neugierige sind herzlich willkommen am Sonntag, den 21. August 2022, von 10:00 bis 17:00 Uhr. Mehr unter: https://www.tagderneugier.de
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In its current form, the CI for python 3.9 runs the test suite twice. One for coverage and one for testing. This needs to be avoided.
It should be implemented in #3.
The text was updated successfully, but these errors were encountered: