nose icon indicating copy to clipboard operation
nose copied to clipboard

--cover-config-file doesn't work

Open TheNavigat opened this issue 8 years ago • 6 comments

We suddenly lost the information regarding missing lines in Certbot (https://github.com/certbot/certbot). After doing some research I realized that we can use a cover config file and add the setting explicitly there.

However, using the parameter doesn't work. Nose crashes and prints nosetests: error: no such option: --cover-config-file

The command I'm using is nosetests -c /dev/null --with-cover --cover-tests --cover-package certbot --cover-min-percentage=98 certbot --cover-config-file=test. Please note that nosetests -c /dev/null --with-cover --cover-tests --cover-package certbot --cover-min-percentage=98 certbot, without --cover-config-file, works perfectly.

nosetests -V prints nosetests version 1.3.7.

TheNavigat avatar Jun 14 '16 21:06 TheNavigat

Duplicate of #989

Kojoley avatar Jul 29 '16 21:07 Kojoley

This is fixed in master, it just needs a new release cut. The last release was 14 months ago.

rmmh avatar Aug 23 '16 23:08 rmmh

+1 ...

timc13 avatar Mar 10 '17 21:03 timc13

+1 ...

chrisRedwine avatar May 16 '17 20:05 chrisRedwine

@rmmh This is fixed in master, it just needs a new release cut. The last release was 14 months ago.

Been a long time since a release now. Is nose still maintained?

RedCraig avatar Jun 21 '17 11:06 RedCraig

nose is not longer being released/maintained. last release is 3 years ago

earonesty avatar Sep 19 '18 13:09 earonesty