• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

atlp-rwanda / trojans-ec-fe / 0cb862e4-0fa2-47c7-95e9-d93125127b5b

pending completion
0cb862e4-0fa2-47c7-95e9-d93125127b5b

push

circleci

GitHub
feature(navbar/sidebar):Dashboard sidebar/navbar and main navbar [Finishes #185032608] (#33)

452 of 602 branches covered (75.08%)

Branch coverage included in aggregate %.

309 of 309 new or added lines in 56 files covered. (100.0%)

1056 of 1253 relevant lines covered (84.28%)

23.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/components/BackButton.js
1
import React from 'react'
2
import { Link } from 'react-router-dom'
3
import { AiFillCaretLeft } from "react-icons/ai";
4

5
const BackButton = () => {
8✔
6
  return (
×
7
    <div>
8
        <button className='flex items-center bg-primary text-white px-3 py-1 rounded-md'> 
9
            <AiFillCaretLeft/> 
10
            <Link to="/">Back</Link>
11
        </button>
12
    </div>
13
  )
14
}
15

16
export default BackButton
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc