Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

make sure students get emails about test failures #63

Description

@afeld

Currently, style checks are done through Travis => Grunt => JSHint, but Travis doesn't send any emails to people that aren't Collaborators on the repository, so students end up missing the feedback. Another CI tool may not have this same limitation.

Another option: Hound adds inline comments, which seems like a great way to start conversations if the students have questions, but

  • It doesn't have support for HTML validation, though that may not be a huge deal for this class.
  • This wouldn't help with automated test failures.
  • It wouldn't allow the style config to be centralized via an NPM module, since it needs to be checked in to the repository.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions