Giter Club home page Giter Club logo

Comments (2)

briggySmalls avatar briggySmalls commented on July 24, 2024 1

@yngtodd thanks so much for your message. You found a bug 🙈

I've just pushed a fix, so future projects should not have this issue.

The problem is in the clean_tests function of tasks.py. The code will throw errors if the directories it is cleaning are not present.

You can see the fix I pushed in c6ac555. If you are using python 3.8 then you can just add the missing_ok=True parameter to the call to unlink. But I've pushed a fix that supports all versions of python.

Sorry for the confusion, and thanks for using the tool

from cookiecutter-pypackage.

yngtodd avatar yngtodd commented on July 24, 2024

I am curious about this. Currently when I run invoke --release on a new project, I am running into a missing file error for .coverage:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/ygx/src/rust/ferris/.coverage'

Are there extra args for invoke coverage that create this file, or does it need to be created manually?

from cookiecutter-pypackage.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.